Skip to content
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

Grafana dashboard should be public usable #128

Open
berendt opened this issue Mar 7, 2023 · 1 comment
Open

Grafana dashboard should be public usable #128

berendt opened this issue Mar 7, 2023 · 1 comment

Comments

@berendt
Copy link
Member

berendt commented Mar 7, 2023

As an operator I want to allow public access to my OHM Grafana Dashboard.

Enable public dashboards (https://grafana.com/docs/grafana/latest/dashboards/dashboard-public/):

[feature_toggles]
publicDashboards = true

Make dashboard public available via the Grafana dashboard share feature.

At the moment this is not possible because of:

This dashboard cannot be made public because it has template variables
@garloff
Copy link
Contributor

garloff commented Mar 7, 2023

If I understand correctly, we need to do two things:

  1. Set this feature toggle in the config file
  2. Avoid using template variables

I am afraid, the latter is difficult to do. The dashboard allows selecting the cloud and then filtering for all kind of things (e.g. only see stats for nova API calls etc.). These are features that I would not want to miss ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants