@pastash/input_prom_scraper
v1.0.4
Published
Prometheus Scraper Plugin for @pastash/pastash
Downloads
1
Readme
Prometheus Scraper Input
This plugin will scrape a Prometheus Metrics endpoint and emit individual metrics w/ tags
Install
npm install -g @pastash/pastash @pastash/input_prom_scraper
Example
input {
prom_scraper {
url => "http://demo.robustperception.io:9100/metrics"
}
}
output {
stdout {}
}