prometheus/prompb
Callum Styan 5358f76c5c update remote write path proto so that Labels/Timeseries can't be nil (#4957)
Signed-off-by: Callum Styan <callumstyan@gmail.com>
2019-01-15 19:13:39 +00:00
..
README.md proto: Allow reproducible proto generation. 2018-10-05 10:22:02 +01:00
remote.pb.go update remote write path proto so that Labels/Timeseries can't be nil (#4957) 2019-01-15 19:13:39 +00:00
remote.proto update remote write path proto so that Labels/Timeseries can't be nil (#4957) 2019-01-15 19:13:39 +00:00
rpc.pb.go *: bump gRPC dependencies (#5075) 2019-01-15 15:32:05 +01:00
rpc.pb.gw.go *: bump gRPC dependencies (#5075) 2019-01-15 15:32:05 +01:00
rpc.proto api: add flag to skip head on snapshots 2018-03-08 13:07:12 +01:00
types.pb.go update remote write path proto so that Labels/Timeseries can't be nil (#4957) 2019-01-15 19:13:39 +00:00
types.proto update remote write path proto so that Labels/Timeseries can't be nil (#4957) 2019-01-15 19:13:39 +00:00

The compiled protobufs are version controlled and you won't normally need to re-compile them when building Prometheus.

If however you have modified the defs and do need to re-compile, run make proto from the parent dir.

In order for the script to run, you'll need protoc (version 3.5.1) in your PATH.