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 149ee2c commit a5524e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/en/observability/apm/otel-direct.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ java -javaagent:/path/to/opentelemetry-javaagent-all.jar \
For information on how to format an API key, see
{observability-guide}/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.

Expand Down

0 comments on commit a5524e4

Please sign in to comment.