prometheus/prompb
Callum Styan c377de109a use require instead of assert in custom marshal test
Signed-off-by: Callum Styan <callumstyan@gmail.com>
2023-11-20 16:43:44 -08:00
..
io/prometheus/client prompb: Remove gogoproto.nullable) = true] from created_timestamp 2023-10-19 17:59:07 +02:00
buf.lock add support for buf (#10112) 2022-02-16 18:30:10 +01:00
buf.yaml prompb: add lint ignores for metrics.proto 2022-06-14 13:47:09 +02:00
custom.go use exp slices for backwards compat. to go 1.20 plus add copyright 2023-11-13 15:53:43 -08:00
custom_test.go use require instead of assert in custom marshal test 2023-11-20 16:43:44 -08:00
README.md Update prompb/README.md 2023-04-26 12:57:20 +03:00
remote.pb.go remove more format types we probably won't use 2023-11-20 16:19:42 -08:00
remote.proto remove more format types we probably won't use 2023-11-20 16:19:42 -08:00
types.pb.go remove more format types we probably won't use 2023-11-20 16:19:42 -08:00
types.proto remove more format types we probably won't use 2023-11-20 16:19:42 -08: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.