Commit Graph

216 Commits

Author SHA1 Message Date
Frederic Branczyk
c8c850ef2b jsonnet: Use upstream prometheus-mixin 2019-07-11 15:35:48 +02:00
Matthias Loibl
f1cd88fdbb Remove Thanos components from kube-prometheus except sidecar 2019-07-10 16:39:41 +02:00
Frederic Branczyk
daf2e76bc6 Merge pull request #144 from zachaller/patch-1
Update kube-state-metrics.libsonnet
2019-07-10 09:45:31 +02:00
Rajat Vig
0bc30832d0 Bump to newer release for Prometheus and Alertmanager 2019-07-09 23:02:26 -07:00
Zach Aller
48651090a6 Update kube-state-metrics.libsonnet
With the bump to kube-state-metrics v1.6 they added ingress and certificates but this updates the rbac rules so that those work with the new version.
2019-07-09 16:28:17 -05:00
Benjamin
9a681fad7d Add thanos v0.5.0 support & remove deprecated thanos gossip
Signed-off-by: Benjamin <benjamin@yunify.com>
2019-07-05 14:26:14 +08:00
Lili Cosic
6c34ff2d72 jsonnet: Bump kube-state-metrics version 2019-07-01 15:16:31 +02:00
Matthias Loibl
90b8632fb3 Set kubernetes-mixin on master branch to master 2019-06-25 01:21:24 +02:00
Frederic Branczyk
bdf84bf186 jsonnet: Bump prometheus operator to release-0.31 2019-06-20 11:27:02 +02:00
Frederic Branczyk
3f6d0c6dd3 node-exporter: Fix missing semicolon 2019-06-18 17:46:12 +02:00
paulfantom
272ff23cb6 make node_exporter pods tolerate every taint 2019-06-17 21:28:35 +02:00
Israel Sotomayor
6e65c508f8 fix: typo 2019-06-15 23:59:30 +00:00
Rajat Vig
ef8bb5aac0 Fix Thanos deployment and service for ksonnet.beta.4 2019-06-13 14:46:36 -07:00
Rajat Vig
fa93506941 Update Prometheus, Node Exporter & Grafana (#119)
* Update Prometheus, Node Exporter & Grafana

* Update Prometheus to 2.10.0

* Add generated manifests

* Update lock reference to git sha

* Retrigger Travis
2019-06-13 08:22:01 +02:00
Josh Tilles
df8a5b51b4 Merge branch 'release-0.1' 2019-06-10 14:47:21 -04:00
Josh Tilles
e85d2f3b64 Depend on operator’s release-0.30 branch
Note that, in effect, this also leads to kube-prometheus using
the latest patch-release of prometheus-operator, 0.30.1.
2019-06-10 14:16:41 -04:00
Matthias Loibl
107028fff3 Remove extra ksonnet4 dependency 2019-05-29 17:58:29 +02:00
Matthias Loibl
bedeadb7f5 Add ksonnet4 with ksonnet.beta.4 and update all imports 2019-05-29 17:57:52 +02:00
zzg
6562f95c14 update mem limit of kube-rbac-proxy container in pod of node-exporter to 60M 2019-05-18 04:13:35 +08:00
Matthias Loibl
3ecedc6451 Update Prometheus Operator dependency to v0.30.0 2019-05-15 16:03:03 +02:00
Frederic Branczyk
93a493bda1 Merge pull request #89 from metalmatze/kubernetes-mixin-v0.1.0
Pin kubernetes-mixin v0.1.0
2019-05-07 12:36:27 +02:00
Matthias Loibl
9f4176dcdf Pin release-0.1 branch for kubernetes-mixin 2019-05-06 19:47:50 +02:00
Max Leonard Inden
aa6e048e64 jsonnet/kube-prometheus/alertmanager: Update to v0.17.0 2019-05-06 12:01:49 +02:00
Matthias Loibl
701f32914b Use v0.1.0 of kubernetes-mixin explicitly 2019-05-03 18:24:19 +02:00
Alan Hollis
44347261db Update kubespray libsonnet for kubespray v2.9.0
These changes have been tested against kubespray v2.9.0 on a baremetal
cluster created from scratch. They have not been tested against previous
versions of kubespray.

Fixes:

https://github.com/coreos/kube-prometheus/issues/79
2019-05-02 13:27:34 +01:00
Frederic Branczyk
abd16f1b99 alerts: Replace ntp with timex metrics
A local ntp server is optional, while timex is in kernel and always
present. Some ntp daemons like chrony can also only be run in a client
mode, which synchronizes the kernel but doesn't expose an ntp server.
Using the timex metrics is a more reliable approach.
2019-04-24 10:29:13 +02:00
Sergiusz Urbaniak
1fbf75767a jsonnet/prometheus-adapter: add metrics to default user-facing roles
Currently, only cluster wide admins have the permissions to view
metrics resources. This fixes it by adding a read-only cluster role
which includes aggregation labels to synthesize permission rules for
standard user-facing roles according to [1].

Note that only the "pods" resource is granted as reading "nodes"
metrics requires a cluster wide permission.

[1] https://kubernetes.io/docs/reference/access-authn-authz/rbac/#user-facing-roles
2019-04-23 13:51:26 +02:00
Max Leonard Inden
cb4b913c32 jsonnet: Update Alertmanager to v0.16.2 2019-04-16 14:44:09 +02:00
Frederic Branczyk
9524cbb406 alerts: Remove node interface down alert
This alert is not specific enough on the interfaces it selects which in
turn makes it too noisy.
2019-04-16 11:47:16 +02:00
Frederic Branczyk
30d2ef0f25 kube-prometheus: Add clock skew and node network interface alerts 2019-04-10 17:36:42 +02:00
Frederic Branczyk
f8bd9b89f7 kube-prometheus: Don't drop non-pod metrics
These metrics can still be valuable to troubleshoot components running
in cgroups on the host, outside the scope of Kubernetes pods.
2019-04-09 15:28:44 +02:00
Frederic Branczyk
438381c3e3 kube-prometheus: Set Alertmanagere sessionsAffinity to ClientIP 2019-04-08 15:56:39 +02:00
Frederic Branczyk
df17b1ca38 kube-prometheus: Fix double accounting of pod usage
cAdvisor exposes metrics for each cgroup hierachy step, and containers
are part of the respective pod's hierarchy, causing double accounting
when not filtered appropriately.
2019-04-02 14:53:18 +02:00
Karl Skewes
8a9f2c71fd contrib/kube-prometheus: Jsonnet snippet for managed kubernetes clusters - rename
Follow other snippet file extension names
This file is not referenced from other location in repo according to
quick grep.
2019-03-26 22:49:53 +13:00
Matthias Loibl
d5f7b2232e Merge pull request #2473 from metalmatze/kube-prometheus-update
contrib/kube-prometheus: Update Prometheus, Thanos & Grafana
2019-03-18 16:15:32 +01:00
Frederic Branczyk
b04d1e61d5 Merge pull request #2485 from goll/addon-resizer
Use recommended addon-resizer 1.8.4
2019-03-18 13:38:34 +01:00
goll
812d0c8125 Fix Watchdog alert typo 2019-03-15 17:11:29 +01:00
goll
ef539c398b Rename DeadMansSwitch to Watchdog 2019-03-15 15:37:42 +01:00
goll
5ed3fb06c9 Use suggested addon-resizer 1.8.4 2019-03-13 20:21:36 +01:00
deepakhj
7750915d28 Update kube-dns-prometheus-discovery metrics port label to match ServiceMonitor. 2019-03-12 20:09:06 -07:00
Matthias Loibl
3fbc968930 contrib/kube-prometheus: Update Prometheus, Thanos & Grafana 2019-03-12 18:28:39 +01:00
Dalton Hubble
78bec4e48b Fix PrometheusTSDBWALCorruptions alert
* `tsdb_wal_corruptions_total metric` name should be
`prometheus_tsdb_wal_corruptions_total`
2019-03-10 14:50:09 -07:00
Karl Skewes
ea5c455c46 contrib/kube-prometheus: Jsonnet snippet for managed kubernetes clusters 2019-03-07 08:24:22 +13:00
Frederic Branczyk
1d70464c9f Merge pull request #2441 from Hashfyre/thanos-browsable-downsampled-data-in-grafana
Allow browsing of downsampled thanos data in Grafana
2019-02-28 11:03:36 +01:00
Joy Bhattacherjee
71976ec1f2 Makes thanos downsampled data browsable from grafana using query.auto-downsampling 2019-02-28 15:04:31 +05:30
Frederic Branczyk
03d36217d0 kube-prometheus: Use node-exporter metrics for resource metrics API 2019-02-26 17:37:05 +01:00
Frederic Branczyk
f0438e7f80 kube-prometheus: node-exporter tolerates any node 2019-02-25 10:01:28 +01:00
Frederic Branczyk
7f8bd68e03 Merge pull request #2421 from ticketmaster/kustomize-prep
Upgrade prometheus-adapter APIService to v1
2019-02-22 09:48:56 +01:00
Michael Goodness
3536ec5503 Upgrade prometheus-adapter APIService to v1
Also remove unnecessary namespace from prometheus-adapter ClusterRoleBinding

Signed-off-by: Michael Goodness <mike.goodness@ticketmaster.com>
2019-02-21 11:10:28 -06:00
Matthias Loibl
d9bb0c2ec4 Update Prometheus Operator in kube-prometheus to v0.29.0 2019-02-20 12:46:39 +01:00