class documentation

class TelemetryConfig: (source)

View In Hierarchy

Configuration for Core telemetry.

Class Variable attach_service_name Whether to put the service_name on every metric.
Class Variable global_tags OTel resource tags to be applied to all metrics.
Class Variable metric_prefix Prefix to put on every Temporal metric. If unset, defaults to temporal_.
Class Variable metrics Metrics configuration or buffer.
Method _to_bridge_config Undocumented
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: Optional[str] = (source)

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

Undocumented