Skip to content

stackzoo/simple-web-app

Repository files navigation

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.