View Source Envoy.Extensions.StatSinks.OpenTelemetry.V3.SinkConfig (envoy_data_plane_api v0.1.0)

Summary

Types

@type t() :: %Envoy.Extensions.StatSinks.OpenTelemetry.V3.SinkConfig{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  emit_tags_as_attributes: Google.Protobuf.BoolValue.t() | nil,
  prefix: String.t(),
  protocol_specifier:
    {:grpc_service, Envoy.Config.Core.V3.GrpcService.t() | nil} | nil,
  report_counters_as_deltas: boolean(),
  report_histograms_as_deltas: boolean(),
  use_tag_extracted_name: Google.Protobuf.BoolValue.t() | nil
}