Menu
Grafana Cloud

Prometheus metrics config examples

Many open source projects provide Prometheus exporters so that you can scrape metrics from your application at any given point in time. Typically, the Prometheus metrics collector config file will specify how frequently to collect your metrics, known as the scrape_config, plus the remote endpoint and authentication parameters for reliably storing the metrics, available under remote_write. The Prometheus config file is customarily named prometheus.yml.

To get scalable metrics storage that let you view your metrics over time, configure Prometheus to push scraped samples to compatible remote storage endpoints such as Grafana Cloud using using remote_write. To view examples of how to use remote_write, click one of the example open source projects below.

Open Source Projects with Prometheus Exporters

Search for your favorite open source projects below.