Versions in this module Expand all Collapse all v0 v0.3.0 Mar 10, 2022 Changes in this version + var MetricType_name = map[int32]string + var MetricType_value = map[string]int32 + type Bucket struct + CumulativeCount *uint64 + Exemplar *Exemplar + UpperBound *float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Bucket) Descriptor() ([]byte, []int) + func (*Bucket) ProtoMessage() + func (m *Bucket) GetCumulativeCount() uint64 + func (m *Bucket) GetExemplar() *Exemplar + func (m *Bucket) GetUpperBound() float64 + func (m *Bucket) Reset() + func (m *Bucket) String() string + func (m *Bucket) XXX_DiscardUnknown() + func (m *Bucket) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Bucket) XXX_Merge(src proto.Message) + func (m *Bucket) XXX_Size() int + func (m *Bucket) XXX_Unmarshal(b []byte) error + type Counter struct + Exemplar *Exemplar + Value *float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Counter) Descriptor() ([]byte, []int) + func (*Counter) ProtoMessage() + func (m *Counter) GetExemplar() *Exemplar + func (m *Counter) GetValue() float64 + func (m *Counter) Reset() + func (m *Counter) String() string + func (m *Counter) XXX_DiscardUnknown() + func (m *Counter) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Counter) XXX_Merge(src proto.Message) + func (m *Counter) XXX_Size() int + func (m *Counter) XXX_Unmarshal(b []byte) error + type Exemplar struct + Label []*LabelPair + Timestamp *timestamp.Timestamp + Value *float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Exemplar) Descriptor() ([]byte, []int) + func (*Exemplar) ProtoMessage() + func (m *Exemplar) GetLabel() []*LabelPair + func (m *Exemplar) GetTimestamp() *timestamp.Timestamp + func (m *Exemplar) GetValue() float64 + func (m *Exemplar) Reset() + func (m *Exemplar) String() string + func (m *Exemplar) XXX_DiscardUnknown() + func (m *Exemplar) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Exemplar) XXX_Merge(src proto.Message) + func (m *Exemplar) XXX_Size() int + func (m *Exemplar) XXX_Unmarshal(b []byte) error + type Gauge struct + Value *float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Gauge) Descriptor() ([]byte, []int) + func (*Gauge) ProtoMessage() + func (m *Gauge) GetValue() float64 + func (m *Gauge) Reset() + func (m *Gauge) String() string + func (m *Gauge) XXX_DiscardUnknown() + func (m *Gauge) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Gauge) XXX_Merge(src proto.Message) + func (m *Gauge) XXX_Size() int + func (m *Gauge) XXX_Unmarshal(b []byte) error + type Histogram struct + Bucket []*Bucket + SampleCount *uint64 + SampleSum *float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Histogram) Descriptor() ([]byte, []int) + func (*Histogram) ProtoMessage() + func (m *Histogram) GetBucket() []*Bucket + func (m *Histogram) GetSampleCount() uint64 + func (m *Histogram) GetSampleSum() float64 + func (m *Histogram) Reset() + func (m *Histogram) String() string + func (m *Histogram) XXX_DiscardUnknown() + func (m *Histogram) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Histogram) XXX_Merge(src proto.Message) + func (m *Histogram) XXX_Size() int + func (m *Histogram) XXX_Unmarshal(b []byte) error + type LabelPair struct + Name *string + Value *string + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*LabelPair) Descriptor() ([]byte, []int) + func (*LabelPair) ProtoMessage() + func (m *LabelPair) GetName() string + func (m *LabelPair) GetValue() string + func (m *LabelPair) Reset() + func (m *LabelPair) String() string + func (m *LabelPair) XXX_DiscardUnknown() + func (m *LabelPair) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *LabelPair) XXX_Merge(src proto.Message) + func (m *LabelPair) XXX_Size() int + func (m *LabelPair) XXX_Unmarshal(b []byte) error + type Metric struct + Counter *Counter + Gauge *Gauge + Histogram *Histogram + Label []*LabelPair + Summary *Summary + TimestampMs *int64 + Untyped *Untyped + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Metric) Descriptor() ([]byte, []int) + func (*Metric) ProtoMessage() + func (m *Metric) GetCounter() *Counter + func (m *Metric) GetGauge() *Gauge + func (m *Metric) GetHistogram() *Histogram + func (m *Metric) GetLabel() []*LabelPair + func (m *Metric) GetSummary() *Summary + func (m *Metric) GetTimestampMs() int64 + func (m *Metric) GetUntyped() *Untyped + func (m *Metric) Reset() + func (m *Metric) String() string + func (m *Metric) XXX_DiscardUnknown() + func (m *Metric) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Metric) XXX_Merge(src proto.Message) + func (m *Metric) XXX_Size() int + func (m *Metric) XXX_Unmarshal(b []byte) error + type MetricFamily struct + Help *string + Metric []*Metric + Name *string + Type *MetricType + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*MetricFamily) Descriptor() ([]byte, []int) + func (*MetricFamily) ProtoMessage() + func (m *MetricFamily) GetHelp() string + func (m *MetricFamily) GetMetric() []*Metric + func (m *MetricFamily) GetName() string + func (m *MetricFamily) GetType() MetricType + func (m *MetricFamily) Reset() + func (m *MetricFamily) String() string + func (m *MetricFamily) XXX_DiscardUnknown() + func (m *MetricFamily) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *MetricFamily) XXX_Merge(src proto.Message) + func (m *MetricFamily) XXX_Size() int + func (m *MetricFamily) XXX_Unmarshal(b []byte) error + type MetricType int32 + const MetricType_COUNTER + const MetricType_GAUGE + const MetricType_HISTOGRAM + const MetricType_SUMMARY + const MetricType_UNTYPED + func (MetricType) EnumDescriptor() ([]byte, []int) + func (x *MetricType) UnmarshalJSON(data []byte) error + func (x MetricType) Enum() *MetricType + func (x MetricType) String() string + type Quantile struct + Quantile *float64 + Value *float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Quantile) Descriptor() ([]byte, []int) + func (*Quantile) ProtoMessage() + func (m *Quantile) GetQuantile() float64 + func (m *Quantile) GetValue() float64 + func (m *Quantile) Reset() + func (m *Quantile) String() string + func (m *Quantile) XXX_DiscardUnknown() + func (m *Quantile) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Quantile) XXX_Merge(src proto.Message) + func (m *Quantile) XXX_Size() int + func (m *Quantile) XXX_Unmarshal(b []byte) error + type Summary struct + Quantile []*Quantile + SampleCount *uint64 + SampleSum *float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Summary) Descriptor() ([]byte, []int) + func (*Summary) ProtoMessage() + func (m *Summary) GetQuantile() []*Quantile + func (m *Summary) GetSampleCount() uint64 + func (m *Summary) GetSampleSum() float64 + func (m *Summary) Reset() + func (m *Summary) String() string + func (m *Summary) XXX_DiscardUnknown() + func (m *Summary) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Summary) XXX_Merge(src proto.Message) + func (m *Summary) XXX_Size() int + func (m *Summary) XXX_Unmarshal(b []byte) error + type Untyped struct + Value *float64 + XXX_NoUnkeyedLiteral struct{} + XXX_sizecache int32 + XXX_unrecognized []byte + func (*Untyped) Descriptor() ([]byte, []int) + func (*Untyped) ProtoMessage() + func (m *Untyped) GetValue() float64 + func (m *Untyped) Reset() + func (m *Untyped) String() string + func (m *Untyped) XXX_DiscardUnknown() + func (m *Untyped) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) + func (m *Untyped) XXX_Merge(src proto.Message) + func (m *Untyped) XXX_Size() int + func (m *Untyped) XXX_Unmarshal(b []byte) error