https://github.com/ivanclay/devopspro-observability
https://github.com/ivanclay/devopspro-observability
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanclay/devopspro-observability
- Owner: ivanclay
- Created: 2024-07-27T15:50:17.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-07-27T23:00:18.000Z (12 months ago)
- Last Synced: 2024-07-28T23:57:21.591Z (12 months ago)
- Size: 26.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Observability with Prometheus and Grafana






### Start the environment
- [x] Docker-compose up -d### Check if environment is running
- [x] docker container ls### Remove container
- [x] docker container rm -f id-do-container### Remove all containers
- [x] docker rm $(docker ps -a -q)### Mongodb Exporter
- [x] http://localhost:9216/metrics### API metrics
- [x] http://localhost:8080/metrics### DOCKER
#### REMOVE ALL IMAGES
- docker rmi -f $(docker images -q)#### REMOVE ALL VOLUMES
- docker volume rm $(docker volume ls -q)
- docker volume prune -f