We’re fairly new to Grafana and would love some guidance on how to organize a single self-hosted instance that fronts metrics and logs for multiple application environments.
Backend today: Mimir + Loki single-tenant, with everything tagged by a deployment_environment label.
We’re considering moving to one Mimir/Loki tenant per environment (collectors would set X-Scope-OrgID: ) and also using Grafana organizations to separate things in the UI. But we’re not sure how to structure it, or whether Grafana organizations are even recommended for this use case anymore.
Options we’re weighing:
- One Grafana org per environment. Each org would point to a single data source on Mimir and Loki. We like how this feels, because our team generally looks at a single environment at a time, so being able to switch context with a simple drop down is nice, and we don’t have to add an environment label to every query.
- One Grafana org per concern (e.g. “Applications” vs “Infrastructure Monitoring”), each with multiple data sources covering all envs. So all related logs and metrics live in the same org, and we could still use the data source as a way to switch between environments when looking at logs/metrics and running queries.
- A single Grafana org with one data source per env. So Mimir and Loki would still have multitenancy enabled for the different environments that send in data. This still gives us the ability to use the data source as the “environment picker”, but steers us away from organizations altogether.
A few questions:
- Are any of these common patterns for teams running a single grafana instance with data from multiple environments?
- Are Grafana organizations recommended for this kind of use case, or considered legacy / discouraged for new deployments in general?
- If Grafana organizations are discouraged, is per-environment multitenancy in Mimir/Loki still worth doing on its own, or does it lose most of its value without orgs to separate the data sources and if we already have an environment label?
We’re running Grafana OSS with under 10 environments, a small team, and we expect to manage dashboards as code.




