Skip to content

Commit

Permalink
docs/otel-direct: fix code snippet rendering in table
Browse files Browse the repository at this point in the history
  • Loading branch information
xrmx committed Jul 25, 2024
1 parent 7d0ab74 commit c4dd378
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 @@ -108,7 +108,7 @@ java -javaagent:/path/to/opentelemetry-javaagent-all.jar \

| `OTEL_EXPORTER_OTLP_ENDPOINT` | APM Server URL. The host and port that APM Server listens for events on.

| `OTEL_EXPORTER_OTLP_HEADERS` | Authorization header that includes the Elastic APM Secret token or API key: `"Authorization=Bearer an_apm_secret_token"` or `"Authorization=ApiKey an_api_key"`.
| `OTEL_EXPORTER_OTLP_HEADERS` a| Authorization header that includes the Elastic APM Secret token or API key: `"Authorization=Bearer an_apm_secret_token"` or `"Authorization=ApiKey an_api_key"`.

For information on how to format an API key, see
{observability-guide}/apm-api-key.html[API keys].
Expand Down

0 comments on commit c4dd378

Please sign in to comment.