monitoring: improve containers metrics
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: michaellzc
part of
This PR adds the following
connect to demo
's prom
gcloud compute start-iap-tunnel default-$NEW_DEPLOYMENT-instance 9090 --local-host-port=localhost:4445 --zone us-central1-f --project $PROJECT_PREFIX-$CUSTOMER
or use dogfood
kubectl port-forward svc/prometheus 4445:30090
Update dev/grafana/all/datasources.yaml
# Configuration for all non-Linux platforms.
apiVersion: 1
datasources:
- name: Prometheus
type: prometheus
access: proxy
url: http://docker.for.mac.localhost:4445 # use the remote prometheus instance on demo instead of the local one
isDefault: true
editable: false
- name: Jaeger
type: jaeger
access: proxy
url: http://host.docker.internal:16686/-/debug/jaeger
- name: Loki
type: loki
access: proxy
url: http://host.docker.internal:3100
Start monitoring stack
sg run grafana
see screenshot
the first group is hidden by default
Push commits to the source branch or add previously merged commits to review them.