We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c81c044 commit 8814a55Copy full SHA for 8814a55
examples/aiohttp/README.md
@@ -11,8 +11,6 @@ docker build --load -t edot-aiohttp:latest .
11
You can run the application with:
12
13
```sh
14
-export OTEL_METRICS_EXPORTER=otlp
15
-export OTEL_LOGS_EXPORTER=otlp
16
export OTEL_EXPORTER_OTLP_ENDPOINT=https://my-deployment.apm.us-west1.gcp.cloud.es.io
17
export OTEL_EXPORTER_OTLP_HEADERS="Authorization=Bearer P....l"
18
docker run -e OTEL_EXPORTER_OTLP_ENDPOINT="$OTEL_EXPORTER_OTLP_ENDPOINT" \
0 commit comments