View Source ExInsights.Telemetry.MetricTelemetry.Metric (ExInsights v0.8.1)
Link to this section Summary
Link to this section Types
@type aggregation() :: 1
@type kind() :: aggregation() | measurement()
@type measurement() :: 0
@type t() :: %ExInsights.Telemetry.MetricTelemetry.Metric{ kind: kind(), name: ExInsights.Telemetry.Types.name(), value: number() }
Link to this section Functions
@spec new(ExInsights.Telemetry.Types.name(), number()) :: t()