The value of a metric.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/MetricValue", "title": "MetricValue", "description": "The value of a metric.", "properties": { "value": { "description": "Measurement value. See MetricHeader for type.", "type": "string" } }, "type": "object" }