Skip to content

Commit 089ca1f

Browse files
author
Cristhian Garcia
authored
fix: remove unnecessary schema property for service monitor (#9)
* fix: remove unnecessary schema property for service monitor * chore: update celery monitoring dashboard name * chore: update default refresh rate to 5m
1 parent 78f8b72 commit 089ca1f

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

resources/configmap.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ data:
2626
}
2727
]
2828
},
29-
"description": "Basic celery monitoring example",
29+
"description": "Basic celery monitoring.",
3030
"editable": true,
3131
"fiscalYearStartMonth": 0,
3232
"graphTooltip": 0,
@@ -889,7 +889,7 @@ data:
889889
"type": "timeseries"
890890
}
891891
],
892-
"refresh": "5s",
892+
"refresh": "5m",
893893
"schemaVersion": 39,
894894
"tags": [],
895895
"templating": {
@@ -946,7 +946,7 @@ data:
946946
},
947947
"timepicker": {},
948948
"timezone": "",
949-
"title": "Celery Monitoring Copy",
949+
"title": "Celery Monitoring",
950950
"uid": "edvf7swydsutcc",
951951
"version": 1,
952952
"weekStart": ""

tutorcelery/patches/k8s-deployments

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ spec:
100100
port: metrics
101101
honorLabels: true
102102
path: /metrics
103-
schema: http
104103
namespaceSelector:
105104
matchNames:
106105
- {{ K8S_NAMESPACE }}

0 commit comments

Comments
 (0)