am/

directory
v0.0.0-...-963fb65 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 29, 2024 License: BSD-3-Clause

README

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

Directories

Path Synopsis
go
alert-to-pubsub
alert-to-pubsub accepts POST messages from Prometheus for alerts and publishes them to Google PubSub.
alert-to-pubsub accepts POST messages from Prometheus for alerts and publishes them to Google PubSub.
reminder
Package reminder emails periodic reminders to active alert owners.
Package reminder emails periodic reminders to active alert owners.
types/ts
Program to generate TypeScript definition files for Golang structs that are serialized to JSON for the web UI.
Program to generate TypeScript definition files for Golang structs that are serialized to JSON for the web UI.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL