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