Skip to content

Releases: roidelapluie/prometheus

2.35.0-alpha4 / 2022-04-08

13 Apr 09:59
v2.35.0-alpha4
Compare
Choose a tag to compare
Pre-release
  • [CHANGE] TSDB: Delete *.tmp WAL files when Prometheus starts. prometheus#10317
  • [CHANGE] promtool: Add new flag --lint (enabled by default) for the commands check rules and check config, resulting in a new exit code (3) for linter errors. prometheus#10435
  • [FEATURE] Support for automatically setting the variable GOMAXPROCS to the container CPU limit. Enable with the flag --enable-feature=auto-gomaxprocs prometheus#10498
  • [FEATURE] PromQL: Extend statistics with total and peak number of samples in a query. Additionally, per-step statistics are available with --enable-feature=promql-per-step-stats and using stats=all in the query API.
    Enable with the flag --enable-feature=per-step-stats prometheus#10369
  • [ENHANCEMENT] Prometheus is built with Go 1.18. prometheus#10501
  • [ENHANCEMENT] TSDB: more efficient sorting of postings read from WAL at startup. prometheus#10500
  • [ENHANCEMENT] Azure SD: Add metric to track Azure SD failures prometheus#10476
  • [ENHANCEMENT] Azure SD: Add an optional resource_group configuration. prometheus#10365
  • [ENHANCEMENT] Kubernetes SD: Support discovery.k8s.io/v1 EndpointSlice (previously only discovery.k8s.io/v1beta1 EndpointSlice was supported). prometheus#9570
  • [BUGFIX] Kubernetes SD: Explicitly include gcp auth from k8s.io. prometheus#10516
  • [BUGFIX] Fix OpenMetrics parser to sort uppercase labels correctly. prometheus#10510
  • [BUGFIX] UI: Fix scrape interval and duration tooltip not showing on target page. prometheus#10545

2.35.0-alpha3 / 2022-04-08

12 Apr 16:58
v2.35.0-alpha3
Compare
Choose a tag to compare
Pre-release
  • [CHANGE] TSDB: Delete *.tmp WAL files when Prometheus starts. prometheus#10317
  • [CHANGE] promtool: Add new flag --lint (enabled by default) for the commands check rules and check config, resulting in a new exit code (3) for linter errors. prometheus#10435
  • [FEATURE] Support for automatically setting the variable GOMAXPROCS to the container CPU limit. Enable with the flag --enable-feature=auto-gomaxprocs prometheus#10498
  • [FEATURE] PromQL: Extend statistics with total and peak number of samples in a query. Additionally, per-step statistics are available with --enable-feature=promql-per-step-stats and using stats=all in the query API.
    Enable with the flag --enable-feature=per-step-stats prometheus#10369
  • [ENHANCEMENT] Prometheus is built with Go 1.18. prometheus#10501
  • [ENHANCEMENT] TSDB: more efficient sorting of postings read from WAL at startup. prometheus#10500
  • [ENHANCEMENT] Azure SD: Add metric to track Azure SD failures prometheus#10476
  • [ENHANCEMENT] Azure SD: Add an optional resource_group configuration. prometheus#10365
  • [ENHANCEMENT] Kubernetes SD: Support discovery.k8s.io/v1 EndpointSlice (previously only discovery.k8s.io/v1beta1 EndpointSlice was supported). prometheus#9570
  • [BUGFIX] Kubernetes SD: Explicitly include gcp auth from k8s.io. prometheus#10516
  • [BUGFIX] Fix OpenMetrics parser to sort uppercase labels correctly. prometheus#10510
  • [BUGFIX] UI: Fix scrape interval and duration tooltip not showing on target page. prometheus#10545