[Fix] remove Model Monitoring dashboards from grafana#294
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR removes the Helm chart templates that provision the (currently non-working) Grafana “Model Monitoring” dashboards, as part of CEML-700, and bumps the chart version accordingly.
Changes:
- Deleted the three Grafana dashboard ConfigMap templates for model monitoring (Overview, Details, Performance).
- Bumped
mlrun-cechart version from0.11.0-rc.36to0.11.0-rc.37.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| charts/mlrun-ce/templates/config/model-monitoring-overview.yml | Removed Grafana dashboard ConfigMap template (Overview). |
| charts/mlrun-ce/templates/config/model-monitoring-details.yml | Removed Grafana dashboard ConfigMap template (Details). |
| charts/mlrun-ce/templates/config/model-monitoring-performance.yml | Removed Grafana dashboard ConfigMap template (Performance). |
| charts/mlrun-ce/Chart.yaml | Chart version bump to reflect the dashboard removals. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
GiladShapira94
approved these changes
May 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Description
As part of https://ecliptos.atlassian.net/browse/CEML-700 remove non-working Model Monitoring workflows from Grafana
🛠️ Changes Made
Remove three mlrun model monitoring files:
model-monitoring-overview.yml, model-monitoring-details.yml, model-monitoring-performance.ym
✅ Checklist
charts/mlrun-ce/Chart.yaml.🧪 Testing
Jenkins job deployment
🔗 References
🚨 Breaking Changes?
🔍️ Additional Notes