tafkam
6dfbcf35f2
port https-metrics
2020-07-27 10:27:14 +02:00
tafkam
c1304caa28
update secure ports for other cluster
2020-07-25 18:30:07 +02:00
tafkam
4410a80e4e
secure scheduler/controller metrics ports, kubeadm discovery services
2020-07-25 18:27:17 +02:00
Frederic Branczyk
40adbfae6c
Merge pull request #617 from paulfantom/node_filesystem_usage
...
Remove instance:node_filesystem_usage:sum
2020-07-23 21:25:55 +02:00
Simon Pasquier
fcf7a2fcbf
jsonnet: update component versions
2020-07-23 17:06:48 +02:00
paulfantom
4e116aa7e2
jsonnet: remove incorrect instance:node_filesystem_usage:sum rule
2020-07-23 16:50:27 +02:00
Lili Cosic
5743540fbb
prometheus-operator.libsonnet: Add List error alert and fix threshold to
...
Watch error alert
2020-07-15 10:24:45 +02:00
Lili Cosic
dfe9184c9b
prometheus-operator.libsonnet: Add PrometheusOperatorWatchErrors alert
2020-07-13 17:35:36 +02:00
Lili Cosic
3865eacdb3
jsonnet/kube-prometheus: Bump default versions of prometheus and alertmanager
2020-07-09 11:48:22 +02:00
Abu Kashem
4d6e3d5c19
enable etcd latency metrics in kube-apiserver
...
kube-apiserver has a histogram etcd_request_duration_seconds that
measures latency between the kube-apiserver and etcd instance.
This metrics is currently dropped by cluster-prometheus. Enable
this metrics so we have visibility into etcd latency.
We ensured that this does not enable other unwanted metrcis
count by(name) ({name=~"etcd_request.+"})
etcd_request_duration_seconds_bucket
etcd_request_duration_seconds_count
etcd_request_duration_seconds_sum
2020-07-03 09:49:56 -04:00
Simon Pasquier
bbd4e61fc1
Bump Grafana version to v6.7.4
2020-06-24 10:51:35 +02:00
Frederic Branczyk
1d41243b54
Merge pull request #579 from tommyjmquinn/master
...
Updated prometheus adapter deployment to use a multi arch image repo
2020-06-23 16:09:32 +02:00
Tom Quinn
e82acdb253
Updated prometheus adapter deployment to use a multi arch image repo
2020-06-22 13:57:41 +01:00
Kristoffer Dalby
f55a17718d
Allow nodeExporter address to be configured
2020-06-21 09:11:16 +01:00
Kristoffer Dalby
6b4bc0bb26
Allow nodeExporter address to be configured
2020-06-21 08:28:48 +01:00
Frederic Branczyk
6f488250fd
Merge pull request #576 from simonpasquier/fix-alertmanager-config-inconsistent-alert
...
Fix AlertmanagerConfigInconsistent alert
2020-06-19 16:20:40 +02:00
Simon Pasquier
c3ea4675da
Fix AlertmanagerConfigInconsistent alert
...
Previously the alert would fire when the number of Alertmanager pods
didn't match the number of replicas defined in the Alertmanager spec
even though all the running pods had the same configuration hash. This
type of issue is already covered by KubeStatefulSetUpdateNotRolledOut
(and possibly KubePodNotReady), having AlertmanagerConfigInconsistent
also active in this situation creates unnecessary noise.
With this change, the alert expression only returns when Alertmanager
pods have different configuration hash values irrespective of the number
of pod replicas. The message annotation has also been enhanced to report
the configuration hash for each pod.
Signed-off-by: Simon Pasquier <spasquie@redhat.com>
2020-06-19 14:30:55 +02:00
Stavros Foteinopoulos
3cbc97d782
Update prometheus-adapter endpoint
2020-06-19 15:27:26 +03:00
Lili Cosic
53bb3431ad
jsonnet/kube-prometheus/jsonnetfile.json: Bump prometheus-operator to
...
v0.40
2020-06-19 10:26:55 +02:00
Paul Gier
d1690d95f7
node_exporter: remove outdated comment and CLI arg
...
The ignored filesystem types now matches the default, so the
comment and arg can be removed.
2020-05-12 17:14:05 -05:00
Paul Gier
69b6883033
node-exporter: ignore kubelet pod mounts
...
Ignore kubelet pod filesystem mounts of the form:
/var/lib/kubelet/pods/1b260ce7-e75d-44d4-8409-922d2bd0851f/volumes...
Metrics for these volumes are available via the kubelet_volume_stats*
metrics.
2020-05-12 17:12:36 -05:00
Frederic Branczyk
f58d7b5695
Merge pull request #519 from pgier/dont-remove-preserve-unknown-fields
...
Revert "Remove field preserveUnknownFields from CRDs"
2020-05-11 16:16:22 +02:00
paulfantom
96ea25d5de
*: update jsonnet to use prometheus-operator v0.39
2020-05-11 11:59:46 +02:00
Frederic Branczyk
dab022fc62
Merge pull request #508 from johanneswuerbach/custom-metrics-b2
...
custom metrics v1beta2 api with k8s-prometheus-adapter v0.7.0
2020-05-07 10:12:42 +02:00
Paul Gier
4840cdcb66
Revert "Remove field preserveUnknownFields from CRDs"
...
This reverts commit cdaaf3d51c99a432726cd1ed20f5af01cbcd42d4.
2020-05-05 14:15:18 -05:00
Benjamin
7130905473
Update prometheus version to v2.17.2
...
Signed-off-by: Benjamin <benjamin@yunify.com>
2020-04-30 14:46:17 +08:00
Johannes Würbach
ab8f1bb9f2
custom metrics v1beta2 api
2020-04-30 00:26:06 +02:00
Johannes Würbach
8d6679658f
k8s-prometheus-adapter v0.7.0
2020-04-30 00:26:06 +02:00
Frederic Branczyk
070413521c
Merge pull request #478 from NickelMedia/fix-nodeexporter-selector-labels
...
Remove version label from node-exporter selectors
2020-04-27 15:45:58 +02:00
Johannes Würbach
145ee24e09
Convert custom-metrics into an addon
2020-04-20 12:38:50 +02:00
Frederic Branczyk
876bb9c5a1
Merge pull request #481 from omerlh/patch-2
...
Allow to configure EKS available IPs alert
2020-04-14 10:09:32 +02:00
Omer Levi Hevroni
6a08c7d69e
Update kube-prometheus-eks.libsonnet
2020-04-13 10:51:13 +03:00
Johannes Würbach
2ab69fdac0
Fix rules window
2020-04-07 22:01:26 +02:00
Johannes Würbach
bb21ea32e3
Make prometheus-adapter config a real object
2020-04-07 15:32:33 +02:00
Zack Brenton
432db2c799
use top-level config for all nodeExporter selector labels
2020-04-06 13:54:17 -03:00
Omer Levi Hevroni
ea9f474ab3
Allow to configure EKS available IPs alert
2020-04-06 12:15:09 +03:00
Lili Cosic
5ee1229be8
jsonnetfile.json: Update deps
2020-04-03 11:59:10 +02:00
Zack Brenton
0d907098ae
remove version label from node-exporter selectors
2020-04-02 12:53:17 -03:00
Lili Cosic
cf7bb8706c
Merge pull request #463 from rajatvig/support_standard_labels_nodeexporter
...
Support standard labels for nodeexporter
2020-03-25 09:33:12 +01:00
paulfantom
0ad11b64d7
replace clock skew alert with one provided by node_exporter mixin
2020-03-24 15:49:10 +01:00
Rajat Vig
474d4e39dc
Remove the app label for node-exporter
2020-03-24 10:41:51 +00:00
Rajat Vig
6f4f34606d
Remove custom k8s-app label in favor of standard k8s labels in the manifest for node-exporter
2020-03-24 10:33:42 +00:00
paulfantom
6f37ddbcf9
jsonnet: expose prometheus-operator metrics over secure channel
2020-03-24 10:38:39 +01:00
Paul Gier
09813bea10
update prometheus-operator to v0.38.0
2020-03-23 10:49:14 -05:00
Benoit Gagnon
bb5de11c89
fix kube-state-metrics namespace override
...
use $._config.namespace instead of hard-coding 'monitoring'
2020-03-19 21:32:34 -04:00
Lili Cosic
285624d8fb
Merge pull request #456 from carlosedp/pr404_fix
...
Add version and image source as config parameters on kube-state-metrics
2020-03-18 15:38:07 +01:00
Carlos de Paula
0d4bfe7db5
Add version and image source as config parameters.
...
Fixes #455 .
2020-03-18 10:20:31 -03:00
Latch Mihay
c4561b3206
adding security context to kube-rbac-proxy ( #450 )
...
* adding security context to kube-rbac-proxy
* make clean generate-in-docker
* Revert "make clean generate-in-docker"
This reverts commit ed136f1e37fde3289b9560493a585c6edefaba94.
* make clean generate-in-docker
Co-authored-by: Latch M <latch_mihaylov@homedepot.com>
2020-03-18 07:52:26 +01:00
paulfantom
081f418273
jsonnet/prometheus-adapter: use irate for CPU queries
2020-03-16 11:58:55 +01:00
Alok Kumar Singh
4ebc37e47b
Fixed the port name for weave-net metrics endpoint
2020-03-12 10:40:18 +05:30