ExInsights v0.8.1
  • Pages
  • Modules

    View Source ExInsights.Telemetry.MetricTelemetry (ExInsights v0.8.1)

    Report a custom metric

    Link to this section Summary

    Types

    option()
    t()

    Functions

    new(name, value, options \\ [])
    new_batch(metrics, options \\ [])

    Link to this section Types

    Link to this type

    option()

    View Source
    @type option() :: ExInsights.Telemetry.CommonTelemetry.option()
    Link to this type

    t()

    View Source
    @type t() :: %ExInsights.Telemetry.MetricTelemetry{
      common: ExInsights.Telemetry.CommonTelemetry.t(),
      metrics: [ExInsights.Telemetry.MetricTelemetry.Metric.t()]
    }

    Link to this section Functions

    Link to this function

    new(name, value, options \\ [])

    View Source
    Link to this function

    new_batch(metrics, options \\ [])

    View Source
    @spec new_batch([ExInsights.Telemetry.MetricTelemetry.Metric.t()], [option()]) :: t()

    Hex Package Hex Preview (current file) Download ePub version

    Built using ExDoc (v0.29.1) for the Elixir programming language