Skip to content

Commit

Permalink
Fix OTLP header ApiKey casing (#3606) (#3616)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5cda344)

Co-authored-by: Carson Ip <[email protected]>
  • Loading branch information
mergify[bot] and carsonip authored Feb 12, 2024
1 parent 78ff5f9 commit 024dc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/apm-server/otel-direct.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 024dc4b

Please sign in to comment.