Skip to content

Simple Prometheus TestApp for Golang - Push Gateway method

Notifications You must be signed in to change notification settings

georgelza/prom_wrapper_pg

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prom_wrapper_pg

Push Gateway method... Metrics specified as part of a struct

  • Start Prometheus docker run
    -p 9090:9090
    -v /Users/george/Desktop/ProjectsCommon/prometheus/config:/etc/prometheus
    prom/prometheus

  • Start Prometheus Push Gateway docker run -p 9091:9091 prom/pushgateway

  • Start Grafana docker run -p 3000:3000 grafana/grafana-enterprise

Included is a rough grafana dashboard, see json file

About

Simple Prometheus TestApp for Golang - Push Gateway method

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages