Skip to content

aplatt/prometheus-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Prometheus Demo

A simple Prometheus demo webapp that can be deployed to Weblogic. It contains a couple of REST services that demonstrate how metrics are produced and collected. You will need the prometheus jars on your cotainer classpath eg:

CLASSPATH="$CLASSPATH:$HOME/.m2/repository/io/prometheus/simpleclient/0.0.26/simpleclient-0.0.26.jar"
CLASSPATH="$CLASSPATH:$HOME/.m2/repository/io/prometheus/simpleclient_common/0.0.26/simpleclient_common-0.0.26.jar"

About

Example Prometheus webapp

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages