Bryan Boreham
Bryan Boreham
Happy to see a PR. If you didn't already see it, take a look at https://github.com/prometheus/prometheus/blob/main/CONTRIBUTING.md
Thanks for this. I know it's not traditional to document this grammar (and I see this is a draft PR), but I encourage you to write down some examples of...
> One of the CI's checks runs the tests against Go 1.18 (or older). Just 1.18, quite deliberately: https://github.com/prometheus/prometheus/blob/bc7ce50d8536a84041442673af25454c5147167e/.github/workflows/ci.yml#L64 > go.mod defines go 1.19 as the compatible version [(here:) ](https://github.com/prometheus/prometheus/blob/408f31f78669a27e92aac41452a4f67dfb44f917/go.mod)...
"Previous Go version" is still on 1.18; fix here: https://github.com/prometheus/prometheus/pull/12285
Tried it out in the new RC; this is maybe not the best user experience:
This particular value is 2^63; presumably intended to mean “no limit”.
I don't think you can configure this. You could add a `metric_relabel_configs` to rename `cluster` when the data is scraped, then a `write_relabel_configs` to rename it back to `cluster`. I...
I have rebased the code, and made some important updates since the last review: * Prometheus can be built with either `-tags stringlabels` or `-tags internlabels` for the version in...
/prombench cancel