https://github.com/ivanclay/devopspro-observability
https://github.com/ivanclay/devopspro-observability
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ivanclay/devopspro-observability
- Owner: ivanclay
- Created: 2024-07-27T15:50:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-27T23:00:18.000Z (over 1 year ago)
- Last Synced: 2024-07-28T23:57:21.591Z (over 1 year 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