kubernetes/vendor/github.com/prometheus/common/model/value_histogram.go

type FloatString

func (v FloatString) String() string {}

func (v FloatString) MarshalJSON() ([]byte, error) {}

func (v *FloatString) UnmarshalJSON(b []byte) error {}

type HistogramBucket

func (s HistogramBucket) MarshalJSON() ([]byte, error) {}

func (s *HistogramBucket) UnmarshalJSON(buf []byte) error {}

func (s *HistogramBucket) Equal(o *HistogramBucket) bool {}

func (b HistogramBucket) String() string {}

type HistogramBuckets

func (s HistogramBuckets) Equal(o HistogramBuckets) bool {}

type SampleHistogram

func (s SampleHistogram) String() string {}

func (s *SampleHistogram) Equal(o *SampleHistogram) bool {}

type SampleHistogramPair

func (s SampleHistogramPair) MarshalJSON() ([]byte, error) {}

func (s *SampleHistogramPair) UnmarshalJSON(buf []byte) error {}

func (s SampleHistogramPair) String() string {}

func (s *SampleHistogramPair) Equal(o *SampleHistogramPair) bool {}