tree: ef85c063464b077f945fb29acda4a03ca0835560 [path history] [tgz]
  1. main.go
  2. README.md
go/promalertsclient/for_testing/README.md

To test the promalerts client locally, first set up an SSH tunnel from localhost:8001 to prom-skia:8001:

 gcloud compute ssh --zone us-central1-c --project google.com:skia-buildbots skia-prom -- -v -L 8001:skia-prom:8001
 go run ./main.go --alerts_endpoint localhost:8001