| Class | Description |
|---|---|
| MetricData |
A
MetricData represents the data exported as part of aggregating one Instrument. |
| MetricData.DoublePoint |
DoublePoint is a single data point in a timeseries that describes the time-varying value of a
double metric.
|
| MetricData.LongPoint |
LongPoint is a single data point in a timeseries that describes the time-varying values of a
int64 metric.
|
| MetricData.Point | |
| MetricData.SummaryPoint |
SummaryPoint is a single data point that summarizes the values in a time series of numeric
values.
|
| MetricData.ValueAtPercentile |
| Enum | Description |
|---|---|
| MetricData.Type |
The kind of metric.
|