Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sonalys/observability-grafana
- Owner: sonalys
- Created: 2020-12-11T18:03:56.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-11T18:04:23.000Z (almost 4 years ago)
- Last Synced: 2023-02-27T08:48:12.783Z (over 1 year ago)
- Topics: docker, docker-image, grafana, grafana-dashboard, observability, prometheus
- Language: Go
- Homepage:
- Size: 3.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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