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 a94771b commit 5146c41Copy full SHA for 5146c41
microbootstrap/instruments/opentelemetry_instrument.py
@@ -66,7 +66,7 @@ class OpentelemetryConfig(BaseInstrumentConfig):
66
],
67
)
68
opentelemetry_log_traces: bool = False
69
- opentelemetry_generate_health_check_spans: bool = False
+ opentelemetry_generate_health_check_spans: bool = True
70
71
72
@typing.runtime_checkable
0 commit comments