Skip to content

Could not share externally in grafana. #311

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

Open
liudonghua123 opened this issue Apr 22, 2025 · 4 comments
Open

Could not share externally in grafana. #311

liudonghua123 opened this issue Apr 22, 2025 · 4 comments
Assignees
Labels
bug Something isn't working

Comments

@liudonghua123
Copy link

liudonghua123 commented Apr 22, 2025

Hi, I got There are data sources in this dashboard that are unsupported for shared dashboards. Panels that use these data sources may not function properly: victoriametrics-metrics-datasource. when trying to share the dashboard externally.

Image

The http url of victoriametrics-metrics-datasource is public accessed and without auth.

How can I configure the victoriametrics-metrics-datasource to allow the dashboard share externally without problems.

I also noticed the following documentation on shared-dashboards/#supported-data-sources.

Externally shared dashboards should work with any data source that has the properties backend and alerting both set to true in its plugin.json.

Image

From the current content of plugin.json, the conditions are met.

See also https://grafana.com/docs/grafana/next/dashboards/share-dashboards-panels/shared-dashboards/#supported-data-sources.

@AndrewChubatiuk
Copy link
Contributor

grafana has a list of plugins, which are support this functionality
https://github.com/grafana/grafana/blob/main/public/app/features/dashboard/components/ShareModal/SharePublicDashboard/SupportedPubdashDatasources.ts
looks like PR to grafana is needed

@AndrewChubatiuk
Copy link
Contributor

created PR grafana/grafana#104910

@makasim makasim added the enhancement New feature or request label May 6, 2025
@AndrewChubatiuk AndrewChubatiuk added bug Something isn't working and removed enhancement New feature or request labels May 6, 2025
@hagen1778
Copy link
Contributor

@AndrewChubatiuk grafana/grafana#104910 has been merged. As I understand, sharing will become available for VictoriaMetrics datasource with new Grafana release for v11 or v12 lines?

@AndrewChubatiuk
Copy link
Contributor

AndrewChubatiuk commented May 28, 2025

Despite this PR has labels that it's expected to be ported to 11.6.x and 12.0, but it wasn't yet included into respective branches, for now we're waiting for it to be released in 12.1.x. will update issue in case of any changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants