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

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

Summary

Types

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