mirror of
https://github.com/prometheus/prometheus.git
synced 2024-11-12 00:24:04 -08:00
41c22effbe
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>
621 B
621 B
An Implementation of BSON for Go
Package bson is an implementation of the BSON specification for Go.
While the BSON package implements the BSON spec as faithfully as possible, there
is some MongoDB specific behaviour (such as map keys $in
, $all
, etc) in the
bson
package. The priority is for backwards compatibility for the mgo
driver, though fixes for obviously buggy behaviour is welcome (and features, etc
behind feature flags).