Prometheus Scrape

Prometheus Scrape source plugin

Prometheus scrape is a data collection method used by Prometheus, a popular open-source monitoring system. It enables you to collect metrics data from various sources by periodically scraping data from HTTP endpoints exposed by monitored applications and services.

Prometheus scrape works by sending HTTP GET requests to the configured scrape endpoints and collecting the response data, which is then processed and stored as time-series data. This allows you to monitor the performance and behavior of your applications and services in real-time and gain insights into their overall health and availability.

You can use the Prometheus Scrape Source Plugin to configure your calyptia core pipeline to collect data from your Prometheus endpoints.

Configuration Parameters

The following are configuration Parameters for Prometheus scrape Source Plugin.

KeyDescription

Host

The host of the Prometheus metric endpoint that you want to scrape

Port

The port of the Prometheus metric endpoint that you want to scrape

Metrics URI Endpoint

The metrics URI endpoint, that must start with a forward slash. Note: Parameters can also be added to the path by using `?`

Scrape Interval

The interval to scrape metrics

Last updated