prometheus/prompb
Justin Lei c16b6a0185 Handle native histograms in remote read
Signed-off-by: Justin Lei <justin.lei@grafana.com>
2023-03-09 09:13:53 -08:00
..
io/prometheus/client protobuf: Mark repeated fields as non-nullable 2023-02-07 15:02:03 +01:00
README.md
buf.lock
buf.yaml
custom.go
remote.pb.go
remote.proto
types.pb.go Handle native histograms in remote read 2023-03-09 09:13:53 -08:00
types.proto Handle native histograms in remote read 2023-03-09 09:13:53 -08:00

README.md

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.