TELEMETRY PIPELINE
Prometheus Scrape

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:

LogsMetricsTraces

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

NameKeyDescriptionDefault
HosthostRequired. The host of the Prometheus metric endpoint you want to scrape.none
PortportRequired. The port of the Prometheus metric endpoint you want to scrape.none
Metrics URI Endpointmetrics_pathRequired. The metrics URI endpoint, which must start with a forward slash. Parameters can also be added to the path by using `?`./metrics
Scrape Intervalscrape_intervalRequired. The interval to scrape metrics.10s