Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sonalys/observability-grafana

Prometheus / Grafana example, with docker image for generating metrics and running prometheus and grafana servers
https://github.com/sonalys/observability-grafana

docker docker-image grafana grafana-dashboard observability prometheus

Last synced: 18 days ago
JSON representation

Prometheus / Grafana example, with docker image for generating metrics and running prometheus and grafana servers

Awesome Lists containing this project

README

        

# ABOUT
Container with binary spawning fake metrics to a local prometheus server
# REQUIREMENTS
* Docker
# BUILD
* docker build -t observability -f container.Dockerfile .
# RUN
* docker run -it -p 3000:3000 observability