Prometheus scrape source plugin
You can use the Prometheus scrape source plugin to configure Chronosphere Telemetry Pipeline to collect data from your Prometheus instances.
Supported telemetry types
This plugin supports these telemetry types:
Logs | Metrics | Traces |
---|---|---|
Configuration parameters
Use the parameters in this section to configure your plugin. The Telemetry Pipeline web interface uses the values in the Name column to describe the parameters. Items in the Key column are the YAML keys to use in pipeline configuration files.
Required
Name | Key | Description | Default |
---|---|---|---|
Host | host | Required. The host of the Prometheus metric endpoint you want to scrape. | none |
Port | port | Required. The port of the Prometheus metric endpoint you want to scrape. | none |
Metrics URI Endpoint | metrics_path | Required. The metrics URI endpoint, which must start with a forward slash. Parameters can also be added to the path by using `?`. | /metrics |
Scrape Interval | scrape_interval | Required. The interval to scrape metrics. | 10s |