https://github.com/null-none/docker-fake-prometheus
Docker fake prometheus
https://github.com/null-none/docker-fake-prometheus
Last synced: 25 days ago
JSON representation
Docker fake prometheus
- Host: GitHub
- URL: https://github.com/null-none/docker-fake-prometheus
- Owner: null-none
- License: mit
- Created: 2020-09-14T13:18:51.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-14T13:42:13.000Z (over 5 years ago)
- Last Synced: 2026-02-13T10:26:13.631Z (4 months ago)
- Language: Python
- Homepage: https://hub.docker.com/r/kal1sha/docker-fake-prometheus
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# docker-fake-prometheus
Docker fake prometheus
```bash
docker build -t docker-fake-prometheus:v0.1 docker-fake-prometheus/
docker run -d -p 5000:5000 docker-fake-prometheus:v0.1
docker pull kal1sha/docker-fake-prometheus # 0.0.0.0:5000/metrics
```