prometheus/prompb
Minh Nguyen 0fc2547740
Handle error gracefully for the `desymbolizeLabels` function in prompb/io/prometheus/write/v2/symbols.go (#17160)
Signed-off-by: pipiland <user123@Minhs-Macbook.local>

---------

Signed-off-by: pipiland <user123@Minhs-Macbook.local>
Co-authored-by: pipiland <user123@Minhs-Macbook.local>
2025-09-08 13:04:55 -07:00
..
io/prometheus Handle error gracefully for the `desymbolizeLabels` function in prompb/io/prometheus/write/v2/symbols.go (#17160) 2025-09-08 13:04:55 -07:00
rwcommon Handle error gracefully for the `desymbolizeLabels` function in prompb/io/prometheus/write/v2/symbols.go (#17160) 2025-09-08 13:04:55 -07:00
README.md Update prompb/README.md 2023-04-26 12:57:20 +03:00
buf.gen.yaml feat(proto): add buf configuration and update dependencies for code generation (#16239) 2025-03-19 22:19:08 +01:00
buf.lock feat(proto): add buf configuration and update dependencies for code generation (#16239) 2025-03-19 22:19:08 +01:00
buf.yaml prompb: add lint ignores for metrics.proto 2022-06-14 13:47:09 +02:00
codec.go Apply analyzer "modernize" to the whole codebase 2025-08-27 14:48:41 +02:00
custom.go [PRW 2.0] Merging `remote-write-2.0` feature branch to main (PRW 2.0 support + metadata in WAL) (#14395) 2024-07-04 14:29:20 -07:00
remote.pb.go prompb: Add histograms to remote write/read protobufs 2022-06-29 18:01:12 +02:00
remote.proto prompb: Add histograms to remote write/read protobufs 2022-06-29 18:01:12 +02:00
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.