Searched refs:observability_init (Results 1 – 3 of 3) sorted by relevance
235 def observability_init(self): member in OpenTelemetryObservability248 grpc._observability.observability_init(self)310 _OPEN_TELEMETRY_OBSERVABILITY.observability_init()
99 grpc._observability.observability_init(self)
219 def observability_init(observability_plugin: ObservabilityPlugin) -> None: function