[2.5.0]
Update prometheus to 3.5.0
Full Changelog
[FEATURE] PromQL: Add experimental type and unit metadata labels, behind feature flag type-and-unit-labels. #16228 #16632 #16718 #16743
[FEATURE] PromQL: Add ts_of_(min|max|last)_over_time, behind feature flag experimental-promql-functions. #16722 #16733
[FEATURE] Scraping: Add global option always_scrape_classic_histograms to scrape a classic histogram even if it is also exposed as native. #16452
[FEATURE] OTLP: New config options promote_all_resource_attributes and ignore_resource_attributes. #16426
[FEATURE] Discovery: New service discovery for STACKIT Cloud. #16401
[BUGFIX] Top-level: Update GOGC before loading TSDB. #16491
[BUGFIX] Config: Respect GOGC environment variable if no "runtime" block exists. #16558
[BUGFIX] PromQL: Fix native histogram last_over_time. #16744
[BUGFIX] PromQL: Fix reported parser position range in errors for aggregations wrapped in ParenExpr #16041 #16754
[BUGFIX] PromQL: Don't emit a value from histogram_fraction or histogram_quantile if classic and native histograms are present at the same timestamp. #16552