Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Current »

Prometheus UDR

You use PrometheusUDRs to create metrics. The PrometheusUDR has to be populated with a value and optional Prometheus labels. You can decide if you want to create a PrometheusUDR per each value, or aggregate them using the Aggregation agent and send a cumulative value after desired conditions are met.

Labels should follow the Prometheus recommendation, for details see the official Prometheus documentation.

The PrometheusUDR type can be viewed in theĀ UDR Internal Format Browser.

The PrometheusUDR contains data that can be sent to the endpoints running on each Execution Context.

The following fields are included in the PrometheusUDR:

Field/Option

Description

Name (string)

This field is populated with the metric name, for example mim.realtime.processing.analysis.outbound_udrs.

MetricType (string)

This field is populated with one of the metric types supported by Prometheus. Supported types are:

  • COUNTER

  • GAUGE

  • UNTYPED (default)

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 (map<string.string>)

This field is populated with the labels applied to the metric, for example origin_country.

Description (string)

This field is populated with a description of a metric.



  • No labels

0 Comments

You are not logged in. Any changes you make will be marked as anonymous. You may want to Log In if you already have an account.