Debugging
Debug information¶
This is a useful Prometheus query to show:
- Service replicas
- Rate of invocation
- Execution time of events
$ docker service ls -q | \ xargs -n 1 -I {} docker service scale {}=10; \ docker service scale func_gateway=1 ; $ docker service scale func_prometheus=1 ; \ docker service scale func_alertmanager=1