Reading and visualizing metrics in Monium.Metrics
Written by
Updated at January 26, 2026
You can build charts based on Prometheus metrics:
- Under Metrics, for a quick overview of resource state.
- Under Dashboards, for regular monitoring over certain indicators.
Tip
To transfer dashboards from existing Grafana installations, use the import script
Adding charts in Monium.Metrics
Management console
- If not using Yandex Managed Service for Prometheus® yet, set up metric writes.
- Open the service home page
. - Select Metrics on the left.
- In the Data source list at the top, select Prometheus.
- Select a workspace. If there is only one workspace, it will be selected by default.
- In the query string, enter the metrics display parameters in PromQL
. - For the chart to display several lines, click Add query and enter a new query.
- Click Execute query or press Cmd/Ctrl + Enter.
Note
For Prometheus metrics, all features described in Viewing your services' metrics in Monium.Metrics are available. You can add the workspace ID as a parameter for splitting charts.
Adding charts to the dashboard
You can add charts to the dashboard from Metrics or in Dashboards.
Adding a chart from Metrics:
Management console
- Build a chart based on Prometheus metrics.
- At the top right, click Add to dashboard.
- Enter a name for your chart.
- Select a cloud and folder.
- Select an existing dashboard or create a new one.
- Select a chart adding option:
- Add: Stay in Metrics.
- Add and edit: Go to Dashboards. The chart will not be saved in Metrics.
Adding a chart under Dashboards:
Management console
- Open the service home page
. - Select Dashboards.
- Select an existing dashboard or create a new one.
- At the top right, click
and select Graph. - In the Data source list at the top, select Prometheus.
- Select a workspace. If there is only one workspace, it will be selected by default.
- In the query string, enter the metrics display parameters in PromQL
. - Click
Save at the top right. This will add the chart to your dashboard.