-
Notifications
You must be signed in to change notification settings - Fork 34
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
Add broker config section #1451
base: main
Are you sure you want to change the base?
Conversation
Quality Gate passedIssues Measures |
![grafana-config.webp](./grafana-config.webp) | ||
#### Cloud Hosted & IP Whitelist Restricted | ||
|
||
If you're using grafana.net, your frontend and backend endpoints should be the same e.g. `https://<your-company>.grafana.net/`. If you're using hosting Grafana yourself you'll need to specify a url to the frontend which is used by backstage to generate links and an API endpoint which the plugin uses to query alerts and dashboards. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you're using grafana.net, your frontend and backend endpoints should be the same e.g. `https://<your-company>.grafana.net/`. If you're using hosting Grafana yourself you'll need to specify a url to the frontend which is used by backstage to generate links and an API endpoint which the plugin uses to query alerts and dashboards. | |
If you're using grafana.net, your frontend and backend endpoints should be the same e.g. `https://<your-company>.grafana.net/`. If you're using hosting Grafana yourself you'll need to specify a URL to the frontend which is used by backstage to generate links and an API endpoint which the plugin uses to query alerts and dashboards. |
|
||
**Frontend**: URL of your internal frondend (e.g. http://localhost:8888) | ||
|
||
**Backend**: `${BROKER_URL}/[BROKER_TOKEN]` (e.g. `${BROKER_URL}/myGrafana`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't use this syntax on the frontend settings section. Use the broker protocol instead
No description provided.