prometheus/prompb
Bartek Plotka 12e0a2ede3 Addressed Brian's comments.
Signed-off-by: Bartek Plotka <bwplotka@gmail.com>
2019-08-14 09:15:42 +01:00
..
README.md proto: Allow reproducible proto generation. 2018-10-05 10:22:02 +01:00
remote.pb.go Addressed Brian's comments. 2019-08-14 09:15:42 +01:00
remote.proto Addressed Brian's comments. 2019-08-14 09:15:42 +01:00
rpc.pb.go *: bump gRPC and protobuf dependencies (#5367) 2019-04-04 11:55:32 +02:00
rpc.pb.gw.go *: bump gRPC and protobuf dependencies (#5367) 2019-04-04 11:55:32 +02:00
rpc.proto api: add flag to skip head on snapshots 2018-03-08 13:07:12 +01:00
types.pb.go Addressed comments. 2019-08-14 09:14:11 +01:00
types.proto Addressed comments. 2019-08-14 09:14:11 +01: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.