Clean up packages/grafana-prometheus/src/dashboards#115861
Merged
zoltanbedi merged 2 commits intografana:mainfrom Jan 6, 2026
Merged
Clean up packages/grafana-prometheus/src/dashboards#115861zoltanbedi merged 2 commits intografana:mainfrom
zoltanbedi merged 2 commits intografana:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes three example dashboard JSON files from the grafana-prometheus package that provide monitoring statistics for Prometheus and Grafana instances. These dashboard templates appear to be legacy artifacts that were no longer being used or maintained.
- Removes three example/template dashboard JSON files
- No code changes to any TypeScript/JavaScript files
- Files are not referenced or imported anywhere in the codebase
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| packages/grafana-prometheus/src/dashboards/prometheus_stats.json | Removes Prometheus statistics dashboard template (834 lines) |
| packages/grafana-prometheus/src/dashboards/prometheus_2_stats.json | Removes Prometheus 2.0 statistics dashboard template (1353 lines) |
| packages/grafana-prometheus/src/dashboards/grafana_stats.json | Removes Grafana metrics dashboard template (1187 lines) |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
zoltanbedi
approved these changes
Jan 6, 2026
Contributor
|
🚀 Your submission is now being built and packaged.
|
Arinashin3
pushed a commit
to Arinashin3/grafana
that referenced
this pull request
Jan 22, 2026
* remove:Dashboard json files * removed: dashboards from packages/grafana-prometheus/src/dashboards
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.
What is this feature?
It is the followup #115859 of this issue and i have made the changes that are explained in the PR.
Why do we need this feature?
Since we have two dashboards as of now so the first dashboards that was in packages/grafana-prometheus/src/dashboards must needs to be removed.
Which issue(s) does this PR fix?:
Fixes #115859
Special notes for your reviewer:
Please check that: