Skip to content

Latest commit

 

History

History
7 lines (3 loc) · 313 Bytes

README.md

File metadata and controls

7 lines (3 loc) · 313 Bytes

prometheus-lib-example

This serves as an example of how to register metrics using promauto and new Prometheus registry, as to avoid using the global prometheus registry.

The content in the lib directory is the example of library, and fancy-app is the way one would import that library into the application.