Skip to content

b43646/prometheus_programming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

prometheus_programming

Prometheus programming(metrics exporter/remote storage)

metrics exporter

Add the following config into prometheus.yml

    static_configs:
    - targets: ['192.168.28.131:9145']

remote write

image

add the following config into your prometheus.yml

remote_write:
  - url: "http://localhost:1234/receive"

About

Prometheus programming(metrics exporter/remote storage)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages