-
Notifications
You must be signed in to change notification settings - Fork 691
feat(grafana): add support for multiple Grafana instances #7527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
vinzscam
merged 16 commits into
backstage:main
from
andreahlert:feat/grafana-multiple-instances
May 5, 2026
Merged
Changes from 13 commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
4eb589f
feat(grafana): add support for multiple Grafana instances
andreahlert d2c75bc
address review feedback from vinzscam
andreahlert fd7314e
Update workspaces/grafana/plugins/grafana/src/config.ts
andreahlert 226b2b3
chore(grafana): deprecate legacy config options, fix defaultHost test
andreahlert 5891077
style(grafana): fix prettier in index.ts
andreahlert 1dbb924
fix(grafana): suppress deprecation/deprecation for legacy config usage
andreahlert 1145256
chore(grafana): update API report for defaultHostId
andreahlert 6a1852b
chore(grafana): regenerate API reports for defaultHostId
andreahlert 065ecc9
chore(grafana): regenerate API reports for CI
andreahlert 73a92a1
chore(grafana): align report.api.md with CI extractor output
andreahlert 788b188
chore(grafana): sync alpha API report with CI output
andreahlert e4e7f4a
Merge upstream/main into feat/grafana-multiple-instances
andreahlert 0bf723f
Merge upstream/main into feat/grafana-multiple-instances
andreahlert f64a184
fix(grafana): address review feedback on multi-instance config
andreahlert c93d2cb
fix(grafana): guard against duplicate host ids in GrafanaApiClient
andreahlert 5d843cb
fix(grafana): tighten host resolution and legacy alerting
andreahlert File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| '@backstage-community/plugin-grafana': minor | ||
| --- | ||
|
|
||
| Added support for multiple Grafana instances. Organizations with multiple Grafana deployments can now configure them all under the `grafana.hosts` config key and associate entities to specific instances via the `grafana/host-id` annotation. The legacy single-instance `grafana.domain` configuration remains fully supported. |
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.