Getting started with application metrics
Monium allows you to work with the metrics of Yandex Cloud services as well as any other metrics uploaded to Monium, e.g., from your applications, infrastructure, or other clouds.
Follow this guide to set up sending metrics from your application to Monium and viewing them in the interface.
If you are new to Yandex Cloud or have no application with OTLP telemetry configured, start with Getting started with Monium. It describes the basics of setting up your environment and sending data with the help of OTel Collector.
Delivering metrics
Connection settings
-
Monium currently only accepts OpenTelemetry (OTLP)
data. -
Address to write metrics to:
ingest.monium.yandex.cloud:443. -
To write metrics, you will need a service account with the
monium.metrics.writerrole and an API key with theyc.monium.metrics.writescope. -
Metric viewing interface: Monium home page
> Metrics.
Metric delivery is configured the same way as for other telemetry data. See Data delivery for data delivery and distribution rules, agent configurations, and examples.
Viewing metrics
- On the Monium home page,
select Metrics on the left. - At the top, set the search interval using the timeline, a preset interval, or by entering the time value directly.
- In the search bar, enter a query to search for application metrics:
- Select the
folder__<folder_ID>project. By default, the current folder's project is selected. - Select
cluster,service, and the relevant metrics one by one. - Click Execute query.
- Select the
- To view metric details, hover over the chart.
For additional metric features, see Viewing your services' metrics in Monium.Metrics.