blob: 9d922007f9a6240f2a004717fb196d670f530d33 [file] [log] [blame] [view]
# 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
```