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 4b26c15 commit f21390eCopy full SHA for f21390e
.env.example
@@ -1,6 +1,5 @@
1
## Here are the environment variables you can set for the Synapse Python client to configure OpenTelemetry tracing and metrics:
2
# You can copy this file to `.env` and fill in the values as needed.
3
-# OTEL_SERVICE_NAME=my-service-using-synapse-python-client
4
-# OTEL_EXPORTER_OTLP_ENDPOINT=https://ingest.us.signoz.cloud
5
-# OTEL_SERVICE_INSTANCE_ID=local
6
-# OTEL_EXPORTER_OTLP_HEADERS=signoz-ingestion-key=<your key>
+# OTEL_EXPORTER_OTLP_ENDPOINT=http://fill-me-in
+# OTEL_SERVICE_INSTANCE_ID=local_development_testing
+# OTEL_EXPORTER_OTLP_HEADERS=# Authorization
0 commit comments