Prometheus remote write
An input plugin to ingest payloads of Prometheus remote write
Configuration parameters
Key
Description
Default
Configuration file
pipeline:
inputs:
- name: prometheus_remote_write
listen: 127.0.0.1
port: 8080
uri: /api/prom/push
outputs:
- name: stdout
match: '*'[INPUT]
name prometheus_remote_write
listen 127.0.0.1
port 8080
uri /api/prom/push
[OUTPUT]
name stdout
match *Examples
Communicate with TLS
Last updated
Was this helpful?