Skip to content

Commit

Permalink
fix: remove unnecessary schema property for service monitor (#9)
Browse files Browse the repository at this point in the history
* fix: remove unnecessary schema property for service monitor

* chore: update celery monitoring dashboard name

* chore: update default refresh rate to 5m
  • Loading branch information
Ian2012 authored Aug 28, 2024
1 parent 78f8b72 commit 089ca1f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions resources/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ data:
}
]
},
"description": "Basic celery monitoring example",
"description": "Basic celery monitoring.",
"editable": true,
"fiscalYearStartMonth": 0,
"graphTooltip": 0,
Expand Down Expand Up @@ -889,7 +889,7 @@ data:
"type": "timeseries"
}
],
"refresh": "5s",
"refresh": "5m",
"schemaVersion": 39,
"tags": [],
"templating": {
Expand Down Expand Up @@ -946,7 +946,7 @@ data:
},
"timepicker": {},
"timezone": "",
"title": "Celery Monitoring Copy",
"title": "Celery Monitoring",
"uid": "edvf7swydsutcc",
"version": 1,
"weekStart": ""
Expand Down
1 change: 0 additions & 1 deletion tutorcelery/patches/k8s-deployments
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ spec:
port: metrics
honorLabels: true
path: /metrics
schema: http
namespaceSelector:
matchNames:
- {{ K8S_NAMESPACE }}
Expand Down

0 comments on commit 089ca1f

Please sign in to comment.