From 8b903e5bb7895ba0ed68b98f3a15b9517281e5de Mon Sep 17 00:00:00 2001 From: ravindudanthanarayana Date: Sun, 28 Jun 2026 01:04:12 +0530 Subject: [PATCH] docs: fix OpenTelemetry capitalization in New Relic docs Signed-off-by: ravindudanthanarayana --- en/docs/deploy-operate/observe/new-relic-integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/deploy-operate/observe/new-relic-integration.md b/en/docs/deploy-operate/observe/new-relic-integration.md index fb82d0c4e54..23afe0f9ede 100644 --- a/en/docs/deploy-operate/observe/new-relic-integration.md +++ b/en/docs/deploy-operate/observe/new-relic-integration.md @@ -28,7 +28,7 @@ integration `main.bal` file. Navigate to File explorer view in WSO2 Integrator t import ballerinax/newrelic as _; ``` -New Relic extension has an `Opentelemetry GRPC Span Exporter` which will push tracing data as batches to the New Relic server endpoint (`https://otlp.nr-data.net:4317`) in opentelemetry format. +The New Relic extension has an `OpenTelemetry gRPC Span Exporter` that pushes tracing data in batches to the New Relic server endpoint (`https://otlp.nr-data.net:4317`) in OpenTelemetry format. New Relic extension pushes metrics in New Relic metric format to the New Relic server endpoint (`https://metric-api.newrelic.com/metric/v1`).