Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 507 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 507 Bytes

Metrics

Prometheus integration for ASP.NET Core

Run ./build.sh to build a container image locally that exposes a metrics endpoint

Run ./run.sh to create a k8s service to run prometheus and your web server

The web application is accessible at http://localhost:5000

The prometheus instance is accessible at http://localhost:8080

Screen Shot 2019-07-12 at 4 28 28 PM