Skip to content

Trying out Prometheus, an open-source monitoring solution; and Grafana, a metrics visualization tool

License

Notifications You must be signed in to change notification settings

AlphaHydrae/prometheus-experiments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prometheus Experiments

Trying out Prometheus, an open-source monitoring solution; and Grafana, an open-source metrics visualization tool.

What this demo will do (in a Vagrant VM):

  • Run an instance of Prometheus (exposed on port 9090)
  • Run a push gateway for Prometheus so that it can accept metrics from ephemeral jobs
  • Run a Node.js fake backup script that will publish metrics to the push gateway every 5 seconds
  • Run a Grafana instance (exposed on port 3000) and configure it to display the metrics from Prometheus

Requirements

  • Vagrant 1.9+
  • A Vagrant-supported virtual machine provider like VirtualBox or VMWare
  • Ports 3000 and 9090 must be free to run the Vagrant VM

Usage

vagrant up

Grab a coffee... this will take a while.

Grafana screenshot

About

Trying out Prometheus, an open-source monitoring solution; and Grafana, a metrics visualization tool

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published