We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88bceb0 commit deeaf5eCopy full SHA for deeaf5e
1 file changed
temporalio/runtime.py
@@ -325,8 +325,7 @@ class OpenTelemetryConfig:
325
headers: Optional headers to include with each export request.
326
Useful for authentication tokens or routing metadata.
327
metric_periodicity: How often metrics are exported to the collector.
328
- Defaults to the OpenTelemetry SDK default (typically 60s) when
329
- ``None``.
+ Defaults to 1s (set by sdk-core) when ``None``.
330
metric_temporality: Whether metrics are exported as cumulative
331
or delta values. Defaults to ``CUMULATIVE``.
332
durations_as_seconds: If ``True``, export duration metrics as
0 commit comments