prometheus/prompb
Junang Li 2c96cb629c WIP
2024-09-14 11:46:22 -04:00
..
io/prometheus/write/v2 WIP 2024-09-14 11:46:22 -04:00
rwcommon WIP 2024-09-14 11:00:56 -04:00
buf.gen.yaml WIP 2024-09-10 22:08:31 -04:00
buf.lock add support for buf (#10112) 2022-02-16 18:30:10 +01:00
buf.yaml WIP 2024-07-21 23:38:49 -04:00
codec.go WIP 2024-09-03 12:18:53 -04:00
custom.go WIP 2024-07-21 23:01:26 -04:00
README.md Update prompb/README.md 2023-04-26 12:57:20 +03:00
remote.pb.go WIP 2024-07-21 23:01:26 -04:00
remote.proto WIP 2024-07-21 23:01:26 -04:00
remote_vtproto.pb.go WIP 2024-07-21 23:01:26 -04:00
types.pb.go WIP 2024-07-21 23:01:26 -04:00
types.proto WIP 2024-07-21 23:01:26 -04:00
types_vtproto.pb.go WIP 2024-07-21 23:01:26 -04: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.