prometheus/prompb
Piotr be46837c12 fix memory corruption in labels when scraping with protbuf
Signed-off-by: Piotr <17101802+thampiotr@users.noreply.github.com>
2025-07-30 11:22:59 +01:00
..
io/prometheus fix memory corruption in labels when scraping with protbuf 2025-07-30 11:22:59 +01:00
rwcommon Fix linting issues found by golangci-lint v2.0.2 (#16368) 2025-05-03 19:05:13 +02:00
README.md
buf.gen.yaml
buf.lock
buf.yaml
codec.go Optionally translate OTel histograms to NHCB (#15850) 2025-03-20 09:18:51 -07:00
custom.go
remote.pb.go
remote.proto
types.pb.go Optionally translate OTel histograms to NHCB (#15850) 2025-03-20 09:18:51 -07:00
types.proto Optionally translate OTel histograms to NHCB (#15850) 2025-03-20 09:18:51 -07: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.15.8) in your PATH.