prometheus/prompb
Carrie Edwards 5489b67f7a Optionally translate OTEL histograms to NHCB
Signed-off-by: Carrie Edwards <edwrdscarrie@gmail.com>
2025-01-21 08:28:25 -08:00
..
io/prometheus regenerate pb files with new comment 2024-08-01 12:41:55 -07:00
rwcommon writev2: Add basic support for nhcb. 2024-07-05 07:47:18 +01:00
buf.lock
buf.yaml
codec.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
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
README.md
remote.pb.go
remote.proto
types.pb.go Optionally translate OTEL histograms to NHCB 2025-01-21 08:28:25 -08:00
types.proto Optionally translate OTEL histograms to NHCB 2025-01-21 08:28:25 -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.