...
The following fields are included in the PrometheusUDR
:
Field | Description |
---|---|
name Name (string) | This field is populated with the metric name, for example |
metricType Metric type (string) | This field is populated with one of the metric types supported by Prometheus. Supported types are:
|
value Value (double) | This field is populated with a numeric value and is what, in most cases, is displayed in your Grafana graph. For example, the field can be populated by 6.5. |
labels Labels (map<string.string>) | This field is populated with the labels applied to the metric, for example |
description Description (string) | This field is populated with a description of a metric. |
...