Bryan Boreham
Bryan Boreham
Hello from the bug-scrub meeting! As v2.53 will be prepared shortly, do you want this to go in? Is it tested enough?
I cannot find this tool via web search; is there an update?
If it was never published we cannot integrate it.
For the record, the super long regex would look like: ``` remoteWrite: - url: http://url.com write_relabel_configs: - source_labels: [ __name__ ] regex: 'container_cpu_usage_seconds_total|container_memory_working_set_bytes' action: keep ``` This is much more...
Closing as no update after 6 months. We noted at the bug-scrub that a lot of code in this area has changed due to native histograms, so it probably has...
We already have this check: https://github.com/prometheus/prometheus/blob/efa34a5840661c29c2e362efa76bc3a70dccb335/scrape/target.go#L351 where `maxTime` is now plus 10 minutes. @timur-ND did your bad timestamp arrive via scraping or via remote-write?
So I think a better fix is to check in the remote-write handler. TSDB is deliberately independent of the current time.
Yes, I'm saying Prometheus should reject it in its remote-write handler.
Hello from the bug-scrub! @Haleygo do you think you will come back to this?
Hello from the bug-scrub! @juliusv wrote: > Can anyone else say whether we really still need to support older Go versions for building everything in this repo? s/versions/version/; I would...