Prometheus programming(metrics exporter/remote storage)
Add the following config into prometheus.yml
static_configs:
- targets: ['192.168.28.131:9145']
add the following config into your prometheus.yml
remote_write:
- url: "http://localhost:1234/receive"
