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 <code>gauge</code>.
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 <code>sum</code>.
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 <code>histogram</code>.
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 <code>exponential-histogram </code>.
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 <code>metric</code>s produced by a meter.
resource-metrics
A collection of <code>scope-metrics</code> and the associated <code>resource</code> 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 <code>span-context</code>.
trace-id
TThe trace that this <code>span-context</code> belongs to.
error
An error resulting from <code>export</code> being called.