tree: 80eb53b3b3f0a9ef023ae7154163c2ea47125fc6 [path history] [tgz]
  1. alert-manager/
  2. alert-to-pubsub/
  3. go/
  4. images/
  5. modules/
  6. pages/
  7. .gitignore
  8. build_alert_manager_release
  9. build_alert_to_pubsub_release
  10. create-skia-alert-manager-sa.sh
  11. create-skia-alert-to-pubsub-sa-skia-corp.sh
  12. create-skia-alert-to-pubsub-sa.sh
  13. create-skia-alert-to-pubsub-skolo-rpi2.sh
  14. DESIGN.md
  15. karma.conf.ts
  16. Makefile
  17. probersk.json
  18. PROD.md
  19. README.md
  20. TODO.md
  21. tsconfig.json
  22. 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