From 144cc2dd6090c3ef1a5bd9addc6a663851f571fb Mon Sep 17 00:00:00 2001 From: Carson Ip Date: Tue, 13 Feb 2024 05:29:25 +0800 Subject: [PATCH] Fix OTLP header ApiKey casing (#3606) (cherry picked from commit 5cda34425bea475d906107fee7f82b10b28843a2) --- docs/en/apm-server/otel-direct.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/apm-server/otel-direct.asciidoc b/docs/en/apm-server/otel-direct.asciidoc index bfc77cf1a1..bb9a024966 100644 --- a/docs/en/apm-server/otel-direct.asciidoc +++ b/docs/en/apm-server/otel-direct.asciidoc @@ -113,7 +113,7 @@ java -javaagent:/path/to/opentelemetry-javaagent-all.jar \ For information on how to format an API key, see {apm-guide-ref}/api-key.html[API keys]. -Please note the required space between `Bearer` and `an_apm_secret_token`, and `APIKey` and `an_api_key`. +Please note the required space between `Bearer` and `an_apm_secret_token`, and `ApiKey` and `an_api_key`. | `OTEL_METRICS_EXPORTER` | Metrics exporter to use. See https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#exporter-selection[exporter selection] for more information.