prometheus/prompb
Nicolás Pazos 5dbe3c1919 manually optimize varint marshaling
Signed-off-by: Nicolás Pazos <npazosmendez@gmail.com>
2023-12-19 14:27:54 -03:00
..
io/prometheus/client Add unit to metric family protobuf message 2023-12-07 14:13:20 +01:00
buf.lock
buf.yaml prompb: add lint ignores for metrics.proto 2022-06-14 13:47:09 +02:00
custom.go manually optimize varint marshaling 2023-12-19 14:27:54 -03:00
custom_test.go manually optimize varint marshaling 2023-12-19 14:27:54 -03:00
README.md Update prompb/README.md 2023-04-26 12:57:20 +03:00
remote.pb.go Add minmized remote write proto format 2023-12-19 14:27:54 -03:00
remote.proto Add minmized remote write proto format 2023-12-19 14:27:54 -03:00
types.pb.go Use two uint32 to encode (offset,leng) 2023-12-19 14:27:54 -03:00
types.proto Use two uint32 to encode (offset,leng) 2023-12-19 14:27:54 -03: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.