Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 687 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 687 Bytes

SUPER SIMPLE 'CLOUD NATIVE' WEB APP

License: MIT

A super simple web app for demo purposes.

Instructions

Full instructions with prometheus can be found here

build and run with docker:

docker build -t test/app:latest . \
&& docker run -it --rm -p 8887:8887 test/app:latest

The web app UI can be visualized at http://localhost:8887: prometheus

Note that the Flask Web app expose a /metrics endpoint: prometheus

this is the default endpoint that Prometheus will scrape.