v0.2.0-rc.2 · Interface
metrics
No description available.
Records
R
exponential-bucket
RA set of bucket counts, encoded in a contiguous array of counts.
exemplar
RA measurement sampled from a time series providing a typical example.
gauge-data-point
RA single data point in a time series to be associated with a
gauge.gauge
RA measurement of the current value of an instrument.
sum-data-point
RA single data point in a time series to be associated with a
sum.sum
RRepresents the sum of all measurements of values from an instrument.
histogram-data-point
RA single data point in a time series to be associated with a
histogram.histogram
RRepresents the histogram of all measurements of values from an instrument.
exponential-histogram-data-point
RA single data point in a time series to be associated with an
exponential-histogram .exponential-histogram
RThe histogram of all measurements of values from an instrument.
metric
RA collection of one or more aggregated time series from a metric.
scope-metrics
RA collection of
metrics produced by a meter.resource-metrics
A collection of
scope-metrics and the associated resource that created them.Type Aliases
T
datetime
TA time and date in seconds plus nanoseconds.
duration
TA duration of time, in nanoseconds.
key-value
TA key-value pair describing an attribute.
instrumentation-scope
TDescribes the instrumentation scope that produced telemetry.
resource
TAn immutable representation of the entity producing telemetry as attributes.
span-id
TThe id of this
span-context.trace-id
TThe trace that this
span-context belongs to.error
An error resulting from
export being called.