View Source Mobius.Exports.UnsupportedMetricError exception (mobius v0.5.0)

Error for trying to export metric types where there is no support in the export implementation

Link to this section Summary

Link to this section Types

@type t() :: %Mobius.Exports.UnsupportedMetricError{
  __exception__: term(),
  message: binary(),
  metric_type: Mobius.metric_type()
}