mirror of
https://github.com/prometheus/prometheus.git
synced 2026-04-02 07:45:34 -04:00
With v0.16.0 Alertmanager introduced a new API (v2). This patch adds a configuration option for Prometheus to send alerts to the v2 endpoint instead of the defautl v1 endpoint. Signed-off-by: Max Leonard Inden <IndenML@gmail.com> |
||
|---|---|---|
| .. | ||
| .editorconfig | ||
| .gitignore | ||
| .travis.yml | ||
| CODE_OF_CONDUCT.md | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| pointer.go | ||
| README.md | ||
gojsonpointer

An implementation of JSON Pointer - Go language
Status
Completed YES
Tested YES
References
http://tools.ietf.org/html/draft-ietf-appsawg-json-pointer-07
Note
The 4.Evaluation part of the previous reference, starting with 'If the currently referenced value is a JSON array, the reference token MUST contain either...' is not implemented.