Prometheus text file
Configuration parameters
Key
Description
Default
Get started
Basic configuration
pipeline:
inputs:
- name: prometheus_textfile
tag: custom_metrics
path: '/var/lib/prometheus/textfile/*.prom'
scrape_interval: 15
outputs:
- name: prometheus_exporter
match: custom_metrics
host: 192.168.100.61
port: 2021Prometheus text format
Use cases
Custom application metrics
Batch job metrics
System integration
Integration with other plugins
OpenTelemetry destination
Last updated
Was this helpful?