Explore Metrics

SUSE Observability

You can find the metrics explorer at the bottom of the SUSE Observability main menu. Use it to execute any PromQL query and visualize the resulting time series. The query result is shown in a chart for the selected time range and in a table that shows the last value together with the labels for the time series.

PromQL queries

The query input field has auto-suggestions for metric names, label names and values, and supported PromQL functions. See the Prometheus documentation for a complete PromQL guide and reference. SUSE Observability also adds 2 default parameters that can be used in any query: ${__interval} and ${__rate_interval}. They can be used to scale the aggregation interval automatically with the chart resolution (more details).

See also

Last updated