From 70022dab0d24501e5d368f799e50c3dfd4853100 Mon Sep 17 00:00:00 2001 From: ravindudanthanarayana Date: Sun, 28 Jun 2026 01:02:03 +0530 Subject: [PATCH] docs: fix Prometheus default port wording Signed-off-by: ravindudanthanarayana --- en/docs/deploy-operate/observe/recipe-datadog-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/docs/deploy-operate/observe/recipe-datadog-setup.md b/en/docs/deploy-operate/observe/recipe-datadog-setup.md index 2479444926..318cbb0131 100644 --- a/en/docs/deploy-operate/observe/recipe-datadog-setup.md +++ b/en/docs/deploy-operate/observe/recipe-datadog-setup.md @@ -107,7 +107,7 @@ import ballerinax/prometheus as _; import ballerinax/jaeger as _; ``` -To support Prometheus as the metrics reporter, an HTTP endpoint starts with the context of `/metrics` in default port `9797` when starting the Ballerina service. +To support Prometheus as the metrics reporter, an HTTP endpoint starts with the context `/metrics` on the default port `9797` when the Ballerina service starts. Jaeger extension has an `Opentelemetry GRPC Span Exporter` which will push tracing data as batches to the endpoint (default - `http://localhost:4317`) in OpenTelemetry format.