prometheus/prompb
Arianna Vespri ffcc8a64a9 Add unit to metric family protobuf message
Signed-off-by: Arianna Vespri <arianna.vespri@yahoo.it>
2023-12-07 14:13:20 +01:00
..
io/prometheus/client Add unit to metric family protobuf message 2023-12-07 14:13:20 +01:00
README.md Update prompb/README.md 2023-04-26 12:57:20 +03:00
buf.lock
buf.yaml
custom.go
remote.pb.go
remote.proto
types.pb.go
types.proto

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.15.8) in your PATH.