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