Skip to content

Commit

Permalink
Update prometheus to v2.8.1
Browse files Browse the repository at this point in the history
https://github.com/prometheus/prometheus/releases

Some of these changes seem to be interesting enough to update

[ENHANCEMENT] Query performance improvements. prometheus-junkyard/tsdb#531
[BUGFIX] Scrape: catch errors when creating HTTP clients #5182. Adds new metrics: prometheus_target_scrape_pools_*
deprecating the flag storage.tsdb.retention -> use storage.tsdb.retention.time
[FEATURE] Add subqueries to PromQL.
[ENHANCEMENT] Kubernetes SD: Add service external IP and external name to the discovery metadata. #4940
[ENHANCEMENT] Add metric for number of rule groups loaded. #5090
BUGFIX] Make sure the retention period does not overflow. #5112
[BUGFIX] Make sure the blocks do not get very large. #5112
[BUGFIX] Do not generate blocks with no samples. prometheus-junkyard/tsdb#374
[BUGFIX] Reintroduce metric for WAL corruptions. prometheus-junkyard/tsdb#473

Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
  • Loading branch information
mikkeloscar committed Apr 7, 2019
1 parent 1e911a0 commit 0842475
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions cluster/manifests/prometheus/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
labels:
application: prometheus
version: v2.6.0
version: v2.8.1
name: prometheus
namespace: kube-system
spec:
Expand All @@ -17,7 +17,7 @@ spec:
metadata:
labels:
application: prometheus
version: v2.6.0
version: v2.8.1
annotations:
config/hash: {{"configmap.yaml" | manifestHash}}
spec:
Expand All @@ -28,7 +28,7 @@ spec:
priorityClassName: system-cluster-critical
containers:
- name: prometheus
image: registry.opensource.zalan.do/teapot/prometheus:v2.6.0
image: registry.opensource.zalan.do/teapot/prometheus:v2.8.1
args:
- "--config.file=/etc/prometheus/prometheus.yml"
- "--storage.tsdb.path=/prometheus/"
Expand Down

0 comments on commit 0842475

Please sign in to comment.