View Source Io.Prometheus.Client.Bucket (envoy_data_plane_api v0.2.0)

Summary

Types

@type t() :: %Io.Prometheus.Client.Bucket{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  cumulative_count: non_neg_integer() | nil,
  exemplar: Io.Prometheus.Client.Exemplar.t() | nil,
  upper_bound: (float() | :infinity | :negative_infinity | :nan) | nil
}