VictoriaMetrics/vendor/github.com/prometheus/prometheus/prompb
Dmytro Kozlov 05cf8a6ecc
vmctl: support of the remote read protocol (#3232)
vmctl: support of the remote read protocol

Signed-off-by: hagen1778 <roman@victoriametrics.com>
Co-authored-by: hagen1778 <roman@victoriametrics.com>
2022-11-29 22:53:28 +01:00
..
buf.lock vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
buf.yaml vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
custom.go vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
README.md vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
remote.pb.go vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
remote.proto vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
types.pb.go vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +01:00
types.proto vmctl: support of the remote read protocol (#3232) 2022-11-29 22:53:28 +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.12.3) in your PATH.