View Source ExInsights.Telemetry.MetricTelemetry (ExInsights v0.8.1)
Report a custom metric
Link to this section Summary
Link to this section Types
@type option() :: ExInsights.Telemetry.CommonTelemetry.option()
@type t() :: %ExInsights.Telemetry.MetricTelemetry{ common: ExInsights.Telemetry.CommonTelemetry.t(), metrics: [ExInsights.Telemetry.MetricTelemetry.Metric.t()] }
Link to this section Functions
@spec new_batch([ExInsights.Telemetry.MetricTelemetry.Metric.t()], [option()]) :: t()