Skip to content

Commit 0ea44ba

Browse files
committed
Make adjustments to styling
1 parent 480f355 commit 0ea44ba

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/docs/getting-started/lambda/lambda-python.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,8 @@ By default, the ADOT Lambda layer uses the [config.yaml](https://github.com/aws-
6565
which exports telemetry data to AWS X-Ray. To customize the Collector config,
6666
see the [main Lambda section for custom configuration instructions](/docs/getting-started/lambda#custom-configuration-for-the-adot-collector-on-lambda)
6767

68-
The ADOT Python Lambda Layer can also be configured to set a Meter Provider with readers if the `OTEL_METRICS_EXPORTER` environment variable is set to the values noted here:
69-
https://opentelemetry.io/docs/reference/specification/sdk-environment-variables/#exporter-selection. The `OTEL_EXPORTER_OTLP_PROTOCOL` environment variable should also be set
70-
in correlation to the metrics exporter with these supported values: https://opentelemetry.io/docs/reference/specification/protocol/exporter/#specify-protocol.
68+
The ADOT Python Lambda Layer can also be configured to set a Meter Provider with an appropriate reader and exporter if the `OTEL_METRICS_EXPORTER` environment variable is set to the values noted [here](https://opentelemetry.io/docs/reference/specification/sdk-environment-variables/#exporter-selection).
69+
The `OTEL_EXPORTER_OTLP_PROTOCOL` environment variable should also be set in correlation to the metrics exporter with [these supported values](https://opentelemetry.io/docs/reference/specification/protocol/exporter/#specify-protocol).
7170
If these environment variables are not set, then a default Meter Provider with no readers will be set and cannot be overriden.
7271

7372
<SectionSeparator />

0 commit comments

Comments
 (0)