From 9c73ed67d3dd3ac4044a980a77de9cc38d4f5fb0 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 28 May 2024 17:21:57 +0900 Subject: [PATCH 1/3] Draft --- .../_posts/2024-05-28-datadog-oss-program.md | 28 +++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 en/news/_posts/2024-05-28-datadog-oss-program.md diff --git a/en/news/_posts/2024-05-28-datadog-oss-program.md b/en/news/_posts/2024-05-28-datadog-oss-program.md new file mode 100644 index 0000000000..eeba6cf928 --- /dev/null +++ b/en/news/_posts/2024-05-28-datadog-oss-program.md @@ -0,0 +1,28 @@ +--- +layout: news_post +title: "Datadog provides OSS community support for ruby-lang.org" +author: "hsbt" +translator: +date: 2024-05-28 00:00:00 +0000 +lang: en +--- + +We are excited to announce that Ruby's official website, ruby-lang.org, has adopted Datadog for monitoring by [Datadog OSS community support](https://opensource.datadoghq.com/projects/oss-program/). + +This allows us to effectively monitor the performance and availability of the site in real time for Ruby users. This key benefits of using Datadog include the following. + +## CDN Visibility + +cache.ruby-lang.org provided by Fastly is most important infrastructure of Ruby ecosystem. Datadog enables monitoring of Content Delivery Network (CDN) performance. It tracks cache coverage, error rate, enhancing user experiences. + +## Unified Data Visualization + +We have various web services for ruby-lang.org. Datadog allows to visualize log analytics data alongside metrics and application performance monitoring (APM) data in the same dashboards. + +## JIT Trace Visibility + +By utilizing Datadog’s tracing capabilities, we can capture traces as requests flow through web servers and databases. This helps identify bottlenecks and problematic requests. + +We published the [public dashboard](https://p.ap1.datadoghq.com/sb/1271b83e-af90-11ee-9072-da7ad0900009-01633a8fa8c0b0c0051f1889afdf55dc) of our key metrics. We will update the dashboard as we continue to improve our monitoring especially YJIT performance. + +We hope that this adoption of Datadog will contribute to improved site performance for the Ruby community. Please continue to use ruby-lang.org and enjoy an enhanced user experience. From b02e8f80fbf2ece96de154125cb2cfd85043823b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 29 May 2024 17:25:09 +0900 Subject: [PATCH 2/3] Removed trailing white-space. --- en/news/_posts/2024-05-28-datadog-oss-program.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/news/_posts/2024-05-28-datadog-oss-program.md b/en/news/_posts/2024-05-28-datadog-oss-program.md index eeba6cf928..e63bec523f 100644 --- a/en/news/_posts/2024-05-28-datadog-oss-program.md +++ b/en/news/_posts/2024-05-28-datadog-oss-program.md @@ -17,7 +17,7 @@ cache.ruby-lang.org provided by Fastly is most important infrastructure of Ruby ## Unified Data Visualization -We have various web services for ruby-lang.org. Datadog allows to visualize log analytics data alongside metrics and application performance monitoring (APM) data in the same dashboards. +We have various web services for ruby-lang.org. Datadog allows to visualize log analytics data alongside metrics and application performance monitoring (APM) data in the same dashboards. ## JIT Trace Visibility From f05efd31c5600813efaac2472baa346497298f61 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 30 May 2024 12:05:41 +0900 Subject: [PATCH 3/3] Update publish date --- ...datadog-oss-program.md => 2024-05-30-datadog-oss-program.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename en/news/_posts/{2024-05-28-datadog-oss-program.md => 2024-05-30-datadog-oss-program.md} (98%) diff --git a/en/news/_posts/2024-05-28-datadog-oss-program.md b/en/news/_posts/2024-05-30-datadog-oss-program.md similarity index 98% rename from en/news/_posts/2024-05-28-datadog-oss-program.md rename to en/news/_posts/2024-05-30-datadog-oss-program.md index e63bec523f..2a809ec1c3 100644 --- a/en/news/_posts/2024-05-28-datadog-oss-program.md +++ b/en/news/_posts/2024-05-30-datadog-oss-program.md @@ -3,7 +3,7 @@ layout: news_post title: "Datadog provides OSS community support for ruby-lang.org" author: "hsbt" translator: -date: 2024-05-28 00:00:00 +0000 +date: 2024-05-30 00:00:00 +0000 lang: en ---