Skip to content

Commit

Permalink
Fix OTLP header ApiKey casing (#3606)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5cda344)
  • Loading branch information
carsonip authored and mergify[bot] committed Feb 12, 2024
1 parent 4cbcd17 commit 3eedd71
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 3eedd71

Please sign in to comment.