mirror of
https://github.com/prometheus/prometheus.git
synced 2026-03-18 00:26:04 -04:00
The Protocol Buffer compiler supports generating a machine-readable descriptor file encoded as a provided Protocol Buffer message type, which can be used to decode messages that have been encoded with it after-the-fact. The generated descriptor also bundles in dependent message types. We can use this to perform forensics on old Prometheus clients, if necessary. |
||
|---|---|---|
| .. | ||
| generated | ||
| curation.go | ||
| data.proto | ||
| dto.go | ||
| fingerprinting.go | ||
| fingerprinting_test.go | ||
| labelname.go | ||
| labelname_test.go | ||
| labelpair.go | ||
| labelpair_test.go | ||
| labelvalue.go | ||
| labelvalue_test.go | ||
| Makefile | ||
| metric.go | ||
| metric_test.go | ||
| sample.go | ||
| samplekey.go | ||
| watermark.go | ||