Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 333 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 333 Bytes

prometheus-java-client-example

A simple practical example of the prometheus java client.

Running

Clone this repository and open it using your favorite IDE (like IntelliJ). Run the server and send requests using curl: curl "http://localhost:8080?foo=foo&bar=bar". Access http://localhost:1234/ to see the exported metrics.