temporalio.runtime.TelemetryConfig
class documentation

class TelemetryConfig: (source)

View In Hierarchy

Configuration for Core telemetry.

attach_service_name: bool = (source)

Whether to put the service_name on every metric.

global_tags: Mapping[str, str] = (source)

OTel resource tags to be applied to all metrics.

metric_prefix: str | None = (source)

Prefix to put on every Temporal metric. If unset, defaults to temporal_.

Metrics configuration or buffer.

Undocumented