From 018f7b7bf8c228721a45815afbc17beed8bd373e Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Tue, 27 Aug 2024 11:28:03 -0500 Subject: [PATCH 1/3] fix: remove unnecessary schema property for service monitor --- tutorcelery/patches/k8s-deployments | 1 - 1 file changed, 1 deletion(-) diff --git a/tutorcelery/patches/k8s-deployments b/tutorcelery/patches/k8s-deployments index ec68f44..7217ed7 100644 --- a/tutorcelery/patches/k8s-deployments +++ b/tutorcelery/patches/k8s-deployments @@ -100,7 +100,6 @@ spec: port: metrics honorLabels: true path: /metrics - schema: http namespaceSelector: matchNames: - {{ K8S_NAMESPACE }} From 71c71dcc8bce0ef8ce3bc2e84a1a23251befcd94 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 28 Aug 2024 09:33:04 -0500 Subject: [PATCH 2/3] chore: update celery monitoring dashboard name --- resources/configmap.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/configmap.yaml b/resources/configmap.yaml index 786c2be..123a763 100644 --- a/resources/configmap.yaml +++ b/resources/configmap.yaml @@ -26,7 +26,7 @@ data: } ] }, - "description": "Basic celery monitoring example", + "description": "Basic celery monitoring.", "editable": true, "fiscalYearStartMonth": 0, "graphTooltip": 0, @@ -946,7 +946,7 @@ data: }, "timepicker": {}, "timezone": "", - "title": "Celery Monitoring Copy", + "title": "Celery Monitoring", "uid": "edvf7swydsutcc", "version": 1, "weekStart": "" From 66f0d919bbc4f436783d5916f3b091103e9c84d0 Mon Sep 17 00:00:00 2001 From: Cristhian Garcia Date: Wed, 28 Aug 2024 09:49:07 -0500 Subject: [PATCH 3/3] chore: update default refresh rate to 5m --- resources/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/configmap.yaml b/resources/configmap.yaml index 123a763..46bd7fe 100644 --- a/resources/configmap.yaml +++ b/resources/configmap.yaml @@ -889,7 +889,7 @@ data: "type": "timeseries" } ], - "refresh": "5s", + "refresh": "5m", "schemaVersion": 39, "tags": [], "templating": {