Versions in this module Expand all Collapse all v1 v1.0.9 Apr 20, 2018 Changes in this version + var MetricType_name = map[int32]string + var MetricType_value = map[string]int32 + type Bucket struct + CumulativeCount *uint64 + UpperBound *float64 + XXX_unrecognized []byte + func (*Bucket) ProtoMessage() + func (m *Bucket) GetCumulativeCount() uint64 + func (m *Bucket) GetUpperBound() float64 + func (m *Bucket) Reset() + func (m *Bucket) String() string + type Counter struct + Value *float64 + XXX_unrecognized []byte + func (*Counter) ProtoMessage() + func (m *Counter) GetValue() float64 + func (m *Counter) Reset() + func (m *Counter) String() string + type Gauge struct + Value *float64 + XXX_unrecognized []byte + func (*Gauge) ProtoMessage() + func (m *Gauge) GetValue() float64 + func (m *Gauge) Reset() + func (m *Gauge) String() string + type Histogram struct + Bucket []*Bucket + SampleCount *uint64 + SampleSum *float64 + XXX_unrecognized []byte + 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 + type LabelPair struct + Name *string + Value *string + XXX_unrecognized []byte + func (*LabelPair) ProtoMessage() + func (m *LabelPair) GetName() string + func (m *LabelPair) GetValue() string + func (m *LabelPair) Reset() + func (m *LabelPair) String() string + type Metric struct + Counter *Counter + Gauge *Gauge + Histogram *Histogram + Label []*LabelPair + Summary *Summary + TimestampMs *int64 + Untyped *Untyped + XXX_unrecognized []byte + 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 + type MetricFamily struct + Help *string + Metric []*Metric + Name *string + Type *MetricType + XXX_unrecognized []byte + 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 + type MetricType int32 + const MetricType_COUNTER + const MetricType_GAUGE + const MetricType_HISTOGRAM + const MetricType_SUMMARY + const MetricType_UNTYPED + 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_unrecognized []byte + func (*Quantile) ProtoMessage() + func (m *Quantile) GetQuantile() float64 + func (m *Quantile) GetValue() float64 + func (m *Quantile) Reset() + func (m *Quantile) String() string + type Summary struct + Quantile []*Quantile + SampleCount *uint64 + SampleSum *float64 + XXX_unrecognized []byte + 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 + type Untyped struct + Value *float64 + XXX_unrecognized []byte + func (*Untyped) ProtoMessage() + func (m *Untyped) GetValue() float64 + func (m *Untyped) Reset() + func (m *Untyped) String() string