You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, if you have a repo that you use to centralize all your dashboards from multiple grafana datasources/environements/datacenters, there's now way to only create a dashboard in a specific environment or datacenter, since currently all dashboards will be created everywhere you run gitana.
This can be a problem for the case of some datasources, for example, azure monitor, since this datasource varies from DC to DC, and if you create a dash specif for one DC, will not work for another, but we cannot avoid this dashboard being created there.
A way to avoid this was to introduce a Datacenter/Environement flags. The idea was to take advantage of Grafana tags, to use them if needed, to add values for ENV/DC.
"tags": [
"dev",
"we"
],
And then Gitana to be able to validate the tags in the dashboard before loading them into configmaps. If no flags provided to continue to create all dashboards.
Describe the solution you'd like
Be able to only to create specific dashboards in specific Datacenter/Environement
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Yup pretty much that, ideally with some kind of flag or multiple flags, my issue is currently for environment/DC, but maybe we can have flags receiving values that we can compare with tags, independent of the values
Is your feature request related to a problem? Please describe.
Currently, if you have a repo that you use to centralize all your dashboards from multiple grafana datasources/environements/datacenters, there's now way to only create a dashboard in a specific environment or datacenter, since currently all dashboards will be created everywhere you run gitana.
This can be a problem for the case of some datasources, for example, azure monitor, since this datasource varies from DC to DC, and if you create a dash specif for one DC, will not work for another, but we cannot avoid this dashboard being created there.
A way to avoid this was to introduce a Datacenter/Environement flags. The idea was to take advantage of Grafana tags, to use them if needed, to add values for ENV/DC.
And then Gitana to be able to validate the tags in the dashboard before loading them into configmaps. If no flags provided to continue to create all dashboards.
Describe the solution you'd like
Be able to only to create specific dashboards in specific Datacenter/Environement
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: