Skip to content

Commit

Permalink
Merge pull request #19694 from lchockalingam/whats-new-01-13-otelmetrics
Browse files Browse the repository at this point in the history
Whats new 01 13 otelmetrics
  • Loading branch information
cbehera-newrelic authored Jan 16, 2025
2 parents 351e10b + 464391c commit 8bd2224
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions src/content/whats-new/2025/01/whats-new-01-13-otelmetrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
title: 'Enhanced APM golden metrics accuracy for services instrumented with OpenTelemetry'
summary: 'APM golden metrics are now calculated directly from OpenTelemetry metrics'
releaseDate: '2025-01-13'
learnMoreLink: 'https://docs.newrelic.com/docs/opentelemetry/get-started/apm-monitoring/opentelemetry-apm-ui/#golden-metrics'
getStartedLink: ''
---

Starting today, we're improving the accuracy of APM golden metrics for services instrumented with OpenTelemetry. "Golden metrics" or "golden signals" refer to high-value metrics such as latency, error rate, and throughput, which are visible in the entity explorer, workloads activity page, and change tracking details page. Previously, these metrics were derived from sampled span data. Now that OpenTelemetry metrics have matured, we are calculating them using unsampled metrics data, providing a more precise and comprehensive view of your service's performance. **To maintain visibility of golden metrics for your OpenTelemetry services, please ensure you are reporting both traces and metrics.**

**Key Benefits:**
* **Improved accuracy:** If you're already reporting metrics for your OpenTelemetry-instrumented services, you will now receive more accurate and reliable data for latency, error rate, and throughput. This enhancement will be reflected in key areas such as the **Entity Explorer**, **Workloads Activity** page, and **Change Tracking Details** page.

* **Faster troubleshooting:** With more accurate metrics, you can gain a clearer understanding of your application's performance. This precision allows you to pinpoint issues faster, identify root causes more efficiently, and resolve them swiftly. Detailed and accurate metrics help you trace anomalies to their sources, enabling quicker fixes and reducing downtime.

**Next Steps:**

* **Review instrumentation:** If you're using OpenTelemetry, verify that you are reporting both traces and metrics for your services.

* ![OTelmetrics image](/images/otelmetrics.webp "OTel metrics screenshot")
Binary file added static/images/otelmetrics.webp
Binary file not shown.

0 comments on commit 8bd2224

Please sign in to comment.