tree: 04e80ec79d0cbdc96d434523fe2bd974291a2188 [path history] [tgz]
  1. alert-manager/
  2. alert-to-pubsub/
  3. go/
  4. images/
  5. modules/
  6. pages/
  7. .gitignore
  8. alert_to_pubsub_ansible_cipd.yml
  9. build_alert_manager_release
  10. build_alert_to_pubsub_release
  11. create-skia-alert-manager-sa.sh
  12. create-skia-alert-to-pubsub-sa-skia-corp.sh
  13. create-skia-alert-to-pubsub-sa.sh
  14. create-skia-alert-to-pubsub-skolo-rpi2.sh
  15. DESIGN.md
  16. karma.conf.ts
  17. Makefile
  18. probersk.json
  19. PROD.md
  20. README.md
  21. TODO.md
  22. tsconfig.json
  23. webpack.config.ts
am/README.md

alert-manager

Testing Locally

To run a local copy of Prometheus that will emit an alert you can build and run the following container:

docker build -t my-prom ./testlocal
docker run -p 9090:9090 --net="host" my-prom

Make sure alert-to-pubsub is running locally at port 8000.

Datastore

Indices are in ../ds/index-skia-public.yaml and can be created using:

gcloud datastore create-indexes index-skia-public.yaml