For the complete documentation index, see llms.txt. This page is also available as Markdown.

Metric Sources

Monitoring Service supports metrics from various Promethues compatible metric sources. Selected agents or exporters can push metrics to selected regional endpoint for ingestion. The collected metrics are processed, stored, and made available for querying and visualization.

Note: You can send Prometheus compatible metrics from anywhere as long as you can reach the service endpoint.

Examples provide some suggested and functional Prometheus configurations for our available metric sources.

Prometheus is a monitoring and alerting toolkit that is designed for reliability and scalability. It is a pull-based system that scrapes metrics from instrumented jobs, either directly or via an intermediary push gateway for short-lived jobs. It stores all scraped samples locally and runs rules over this data to either aggregate and record new time series from existing data or generate alerts. We also recommend you try our Prometheus sample configuration.

Last updated

Was this helpful?