tree: 8592204159914fcd8f58007f99e14aadddec0913 [path history] [tgz]
  1. alert-manager/
  2. alert-to-pubsub/
  3. go/
  4. images/
  5. modules/
  6. pages/
  7. sys/
  8. build_alert_manager_release
  9. build_alert_to_pubsub_release
  10. build_legacy_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. DESIGN.md
  15. karma.conf.js
  16. Makefile
  17. package.json
  18. probersk.json5
  19. PROD.md
  20. README.md
  21. TODO.md
  22. webpack.config.js
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