Skip to content

Commit 8692bdd

Browse files
committed
Upgrade dNation monitoring
Related to dNationCloud/kubernetes-monitoring#180 and SovereignCloudStack/issues#305 Signed-off-by: Roman Hros <[email protected]>
1 parent 3b4f742 commit 8692bdd

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

chart/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515

1616
apiVersion: v2
1717
name: dnation-kubernetes-monitoring-stack
18-
version: 3.3.1
19-
appVersion: 2.5.4 # dnation-kubernetes-monitoring
18+
version: 3.4.0
19+
appVersion: 2.6.0 # dnation-kubernetes-monitoring
2020
description: An umbrella helm chart for Kubernetes monitoring based on kube-prometheus-stack, thanos, loki, loki-distributed, promtail and dnation-kubernetes-monitoring.
2121
keywords:
2222
- dnation
@@ -53,7 +53,7 @@ dependencies:
5353
repository: https://grafana.github.io/helm-charts
5454
condition: promtail.enabled
5555
- name: dnation-kubernetes-monitoring
56-
version: "2.5.*"
56+
version: "2.6.*"
5757
repository: https://dnationcloud.github.io/helm-hub
5858
condition: dnation-kubernetes-monitoring.enabled
5959
- name: ssl-exporter

chart/values.yaml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ promtail:
162162
clients:
163163
- url: http://loki-gateway/loki/api/v1/push
164164
tenant_id: 1
165-
# !IMPORTANT: each cluster must have prometheus external label 'cluster' with unique value.
166-
# This will be used as cluster discriminator when metrics are aggregated on observer cluster.
165+
# !IMPORTANT: each cluster must have promtail external label 'cluster' with unique value.
166+
# This will be used as cluster discriminator when logs are aggregated on observer cluster.
167167
extraArgs:
168168
- -client.external-labels=cluster=observer-cluster
169169

@@ -201,6 +201,11 @@ kube-prometheus-stack:
201201
##
202202
prometheus:
203203
prometheusSpec:
204+
# !IMPORTANT: each cluster must have prometheus external label 'cluster' with unique value.
205+
# This will be used as cluster discriminator when metrics are aggregated on observer cluster.
206+
externalLabels:
207+
cluster: observer-cluster
208+
204209
## PrometheusRules to be selected for target discovery
205210
##
206211
ruleSelector:

multicluster-config/custom-observer-values-sample.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# !IMPORTANT: each cluster must have prometheus and promtail external label 'cluster' with unique value.
2-
# This will be used as cluster discriminator when metrics are aggregated on observer cluster.
2+
# This will be used as cluster discriminator when metrics and logs are aggregated on observer cluster.
33

44
thanosStorage:
55
# More details about supported storage types and config options can be found here: https://thanos.io/tip/thanos/storage.md/

0 commit comments

Comments
 (0)