Skip to content

Commit

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

Co-authored-by: Carson Ip <carsonip@users.noreply.github.com>
  • Loading branch information
mergify[bot] and carsonip authored Feb 12, 2024
1 parent 6f68a3e commit a98ec29
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 a98ec29

Please sign in to comment.