View Source TelemetryDeployex.Metrics (TelemetryDeployex v0.1.0-rc4)

Structure to handle the metric version structure

Summary

Types

@type t() :: %TelemetryDeployex.Metrics{
  info: String.t(),
  name: String.t(),
  tags: list(),
  type: String.t(),
  unit: String.t(),
  value: integer() | float(),
  version: String.t()
}