From 024dc4b4fea7a0997dc538c2e89b9524f17788dd Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 21:56:06 +0000 Subject: [PATCH] Fix OTLP header ApiKey casing (#3606) (#3616) (cherry picked from commit 5cda34425bea475d906107fee7f82b10b28843a2) Co-authored-by: Carson Ip --- 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 8450cd6cb7..f6b367fee9 100644 --- a/docs/en/apm-server/otel-direct.asciidoc +++ b/docs/en/apm-server/otel-direct.asciidoc @@ -112,7 +112,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_EXPORTER_OTLP_CERTIFICATE` | The trusted certificate used to verify the TLS credentials of the client. (optional)