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
I would like to pitch an proposal here in for supporting scenario where end-users have multiple orgs in grafana and multiple orgs should get different different dashboards. grafana_dashboard=org1 maps to org1 and grafana_dashboard=org2
Currently, each org at grafana requires one sidecar dashboard, because the sidecar supports only one label. Each sidecar has an own root directory (configured via FOLDER) and on Grafana side, each org as an own dashboard provider config.
To avoid multiple deployments of the sidecar, I would like to ask if it's possible to support multiple labels where each set of key/value is mapped to an directory on filesystem.
Hi,
I would like to pitch an proposal here in for supporting scenario where end-users have multiple orgs in grafana and multiple orgs should get different different dashboards.
grafana_dashboard=org1
maps to org1 andgrafana_dashboard=org2
Currently, each org at grafana requires one sidecar dashboard, because the sidecar supports only one label. Each sidecar has an own root directory (configured via
FOLDER
) and on Grafana side, each org as an own dashboard provider config.To avoid multiple deployments of the sidecar, I would like to ask if it's possible to support multiple labels where each set of key/value is mapped to an directory on filesystem.
Ref: grafana/helm-charts#3240 (comment)
The text was updated successfully, but these errors were encountered: