File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020
2121Configuration:
2222- Environment Variable Control: OpenTelemetry instrumentation can be
23- disabled using the `OTEL_A2A_SDK_INSTRUMENTATION_ENABLED ` environment
23+ disabled using the `OTEL_INSTRUMENTATION_A2A_SDK_ENABLED ` environment
2424 variable.
2525
2626 - Default: `true` (tracing enabled when OpenTelemetry is installed)
27- - To disable: Set `OTEL_A2A_SDK_INSTRUMENTATION_ENABLED =false`
27+ - To disable: Set `OTEL_INSTRUMENTATION_A2A_SDK_ENABLED =false`
2828 - Case insensitive: 'true', 'True', 'TRUE' all enable tracing
2929 - Any other value disables tracing and logs a debug message
3030
@@ -94,7 +94,7 @@ def internal_method(self):
9494 )
9595 otel_installed = False
9696
97- ENABLED_ENV_VAR = 'OTEL_A2A_SDK_INSTRUMENTATION_ENABLED '
97+ ENABLED_ENV_VAR = 'OTEL_INSTRUMENTATION_A2A_SDK_ENABLED '
9898INSTRUMENTING_MODULE_NAME = 'a2a-python-sdk'
9999INSTRUMENTING_MODULE_VERSION = '1.0.0'
100100
You can’t perform that action at this time.
0 commit comments