VictoriaMetrics/vendor/github.com/prometheus/prometheus/prompb
2024-02-24 03:22:39 +02:00
..
io/prometheus/client vendor: run make vendor-update 2024-02-24 03:22:39 +02:00
buf.lock vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
buf.yaml all: follow-up after 05cf8a6ecc 2022-11-29 21:03:59 -08:00
custom.go vendor: make vendor-update 2023-05-18 12:22:09 -07:00
README.md vendor: run make vendor-update 2023-07-07 00:04:32 -07:00
remote.pb.go all: follow-up after 05cf8a6ecc 2022-11-29 21:03:59 -08:00
remote.proto all: follow-up after 05cf8a6ecc 2022-11-29 21:03:59 -08:00
types.pb.go vendor: run make vendor-update 2024-02-24 03:22:39 +02:00
types.proto vendor: run make vendor-update 2024-02-24 03:22:39 +02: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.