tree: c0672a46283be6d1a9c112258ccabca633b79a57 [path history] [tgz]
  1. go/
  2. grafana/
  3. prometheus/
  4. COLLECTD.md
  5. create-pagerduty-secret.sh
  6. edit-grafana-config.sh
  7. Makefile
  8. README.md
promk/README.md

Grafana

The grafana.ini file should almost never change, so if it does, just delete the pod and have kubernetes restart it so the config gets read.

Edit the config file by running the ./edit-grafana-config.sh script.

TODO(jcgregorio) Backup the sqlite database.

Prometheus

Admins

Before deploying yaml files with service accounts you need to give yourself cluster-admin rights:

  kubectl create clusterrolebinding \
    ${USER}-cluster-admin-binding \
    --clusterrole=cluster-admin \
    --user=${USER}@google.com