gRPC Python ObservabilityΒΆ
Module ContentsΒΆ
- class grpc_observability.OpenTelemetryPlugin(*, plugin_options=[], meter_provider=None, target_attribute_filter=None, generic_method_attribute_filter=None)[source]ΒΆ
Describes a Plugin for OpenTelemetry observability.
- Parameters:
plugin_options (Iterable[OpenTelemetryPluginOption])
meter_provider (MeterProvider | None)
target_attribute_filter (Callable[[str], bool])
generic_method_attribute_filter (Callable[[str], bool])