type ExportMetricsServiceRequest …
type Metric …
type MetricDescriptor …
type MetricDescriptor_Type …
const MetricDescriptor_UNSPECIFIED …
const MetricDescriptor_GAUGE_INT64 …
const MetricDescriptor_GAUGE_DOUBLE …
const MetricDescriptor_GAUGE_DISTRIBUTION …
const MetricDescriptor_CUMULATIVE_INT64 …
const MetricDescriptor_CUMULATIVE_DOUBLE …
const MetricDescriptor_CUMULATIVE_DISTRIBUTION …
const MetricDescriptor_SUMMARY …
type LabelKey …
type TimeSeries …
type LabelValue …
type Point …
type PointInt64Value …
func (p *Point) MarshalJSON() ([]byte, error) { … }
type PointDoubleValue …
type PointDistributionValue …
type PointSummaryValue …
type PointValue …
func (PointInt64Value) labelPointValue() { … }
func (PointDoubleValue) labelPointValue() { … }
func (PointDistributionValue) labelPointValue() { … }
func (PointSummaryValue) labelPointValue() { … }
type DistributionValue …
type BucketOptionsExplicit …
type BucketOptions …
func (*BucketOptionsExplicit) labelBucketOptions() { … }
var _ …
var _ …
type bucketOptionsExplicitAlias …
func (be *BucketOptionsExplicit) MarshalJSON() ([]byte, error) { … }
type Bucket …
type Exemplar …
type SummaryValue …
type Snapshot …
type SnapshotValueAtPercentile …