prometheus/prompb
2024-02-06 14:05:17 -05:00
..
io/prometheus/client mirror metrics.proto change & generate code 2024-01-24 14:01:23 +08:00
buf.lock
buf.yaml
custom.go
README.md Update prompb/README.md 2023-04-26 12:57:20 +03:00
remote.pb.go some content negotiation! 2024-01-04 11:01:25 -05:00
remote.proto some content negotiation! 2024-01-04 11:01:25 -05:00
types.pb.go Update comment about metadata in types.proto 2023-12-19 18:56:54 +00:00
types.proto Update comment about metadata in types.proto 2023-12-19 18:56:54 +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.15.8) in your PATH.