Skip to content

Commit

Permalink
Adding python instrumentaiotn
Browse files Browse the repository at this point in the history
  • Loading branch information
Paramadon committed Feb 21, 2024
1 parent eed714d commit a569bb4
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@

{
"OTEL_AWS_APP_SIGNALS_ENABLED": "true",
"OTEL_PYTHON_DISTRO": "aws_distro",
"OTEL_PYTHON_CONFIGURATOR": "aws_configurator",
"PYTHONPATH": "/otel-auto-instrumentation-python/opentelemetry/instrumentation/auto_instrumentation:/otel-auto-instrumentation-python",
"OTEL_TRACES_EXPORTER": "otlp",
"OTEL_EXPORTER_OTLP_TRACES_PROTOCOL": "http/protobuf",
"OTEL_METRICS_EXPORTER": "otlp",
"OTEL_EXPORTER_OTLP_METRICS_PROTOCOL": "http/protobuf",
"OTEL_EXPORTER_OTLP_ENDPOINT": "http://example.com/collector",
"OTEL_PROPAGATORS": "tracecontext,baggage,b3",
"OTEL_TRACES_SAMPLER": "traceidratio",
"OTEL_TRACES_SAMPLER_ARG": "0.5"

}

0 comments on commit a569bb4

Please sign in to comment.