Skip to content

Commit 5146c41

Browse files
committed
Generate spans for healthcheck
1 parent a94771b commit 5146c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

microbootstrap/instruments/opentelemetry_instrument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class OpentelemetryConfig(BaseInstrumentConfig):
6666
],
6767
)
6868
opentelemetry_log_traces: bool = False
69-
opentelemetry_generate_health_check_spans: bool = False
69+
opentelemetry_generate_health_check_spans: bool = True
7070

7171

7272
@typing.runtime_checkable

0 commit comments

Comments
 (0)