Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/githubfoam/vagrant_prometheus_docker_observability_sandbox
vagrant prometheus docker observability
https://github.com/githubfoam/vagrant_prometheus_docker_observability_sandbox
docker observability prometheus vagrant
Last synced: 17 days ago
JSON representation
vagrant prometheus docker observability
- Host: GitHub
- URL: https://github.com/githubfoam/vagrant_prometheus_docker_observability_sandbox
- Owner: githubfoam
- License: gpl-3.0
- Created: 2022-08-11T06:16:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-08-12T12:35:06.000Z (over 2 years ago)
- Last Synced: 2023-03-27T08:18:21.970Z (almost 2 years ago)
- Topics: docker, observability, prometheus, vagrant
- Homepage:
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vagrant-prometheus-mysql-docker-standalone
~~~~
in that order
>vagrant destroy -f vg-pro-gr-lk-05
>vagrant up vg-pro-gr-lk-05>vagrant destroy -f vg-pro-gr-lk-04
>vagrant up vg-pro-gr-lk-04Prometheus GUI
http://192.168.53.11:9090/
Grafana (admin/admin)
http://192.168.53.11:3000/
http://192.168.53.11:9090/targetsPrometheus metrics
http://192.168.53.11:9090/metrics
cadvisor
http://192.168.53.11:8080/metrics
local docker metrics
http://192.168.53.11:9323/metrics
remote docker metrics
http://192.168.53.12:9323/metricsremote
vagrant@vg-pro-gr-lk-05:~$ docker container ls
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
af1ac903e07d google/cadvisor:latest "/usr/bin/cadvisor -…" 6 seconds ago Up 4 seconds 0.0.0.0:8080->8080/tcp, :::8080->8080/tcp cadvisor-remote
76a9653d78b0 mysql:8 "docker-entrypoint.s…" 16 minutes ago Up 7 minutes 33060/tcp, 0.0.0.0:49153->3306/tcp, :::49153->3306/tcp mysql80
c65e9e04fa59 httpd "httpd-foreground" 42 minutes ago Up 6 minutes 0.0.0.0:80->80/tcp, :::80->80/tcp apache-server-remotePrometheus GUI - Graph
container_memory_usage_bytes{name=~"apache-server"} #OK
container_memory_usage_bytes{name=~"apache-server-remote"} # NOT OK
container_memory_usage_bytes{name=~"mysql80"} # NOT OKengine_daemon_network_actions_seconds_count
engine_daemon_engine_cpus_cpus{instance="192.168.53.12:9323", job="docker-remote"}
~~~~