Skip to content

Commit

Permalink
Update docs/en/observability/apm/otel-direct.asciidoc
Browse files Browse the repository at this point in the history
Co-authored-by: Colleen McGinnis <[email protected]>
  • Loading branch information
xrmx and colleenmcginnis authored Sep 24, 2024
1 parent c15d530 commit e1d40be
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 @@ -126,7 +126,7 @@ For information on how to format an API key, see

Please note the required space between `Bearer` and `an_apm_secret_token`, and `ApiKey` and `an_api_key`.

Before version 1.27.0 the Python OpenTelemetry agent required the content of the header to be URL-encoded, function `urllib.parse.quote` from Python standard library may be used for this purpose.
NOTE: If you are using a version of the Python OpenTelemetry agent _before_ 1.27.0, the content of the header _must_ be URL-encoded. You can use the Python standard library's `urllib.parse.quote` function to encode the content of the header.

| `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 e1d40be

Please sign in to comment.