This website requires JavaScript.
Explore
Help
Sign In
RepoMirrors
/
alertmanager
mirror of
https://github.com/prometheus/alertmanager
Watch
1
Star
0
Fork
You've already forked alertmanager
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
10d018b7a2
alertmanager
/
scripts
/
genproto.sh
3 lines
94 B
Bash
Raw
Normal View
History
Unescape
Escape
nflog: add notification log package This adds a new nflog package meant to replace provider.Notifies. It has a central protobuf type package, which is also meant for usage for other packages and the API. The generated Go types are also the in-memory representation.
2016-08-11 09:33:59 +00:00
protoc --go_out
=
. nflog/nflogpb/nflog.proto
silence: add protobuf-based silence package. This commit adds an implementation of a silence storage that can share store and modify silences, share state via a mesh network, write and load snapshots, and be dynamically queried. All data formats are based on protocol buffers.
2016-08-15 14:10:35 +00:00
protoc --go_out
=
. silence/silencepb/silence.proto