From 3eedd71189a32238b1d496665431c4b48f7f0e6e 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 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)