--- id: pulumiverse-grafana version: "2.39.0" license: Apache-2.0 license_treatment: permissive maintenance: active --- # pulumiverse-grafana — A Pulumi package for creating and managing grafana. License: permissive · Maintenance: active · Downloads: 119.6K/mo ## What it is and what it does This is a Pulumi resource provider that bridges Grafana and infrastructure-as-code workflows. It lets you define Grafana resources—dashboards, alerts, data sources, and other Grafana objects—in Python code using Pulumi's declarative model, then deploy and manage them the same way you would cloud infrastructure. You write Python code, Pulumi handles the state tracking and reconciliation against your Grafana instance. The package depends on pulumi as its core orchestration engine, plus parver, semver, and typing-extensions for version handling and type hints. It's designed for teams that want to version-control their Grafana configuration, automate dashboard creation, or manage monitoring infrastructure as part of a larger infrastructure-as-code stack. The package is actively maintained and carries no known security vulnerabilities. Use it for: - Automate creation and updates of Grafana dashboards as part of a larger infrastructure deployment. - Version-control your Grafana configuration (dashboards, alerts, data sources) in Git alongside other infrastructure code. - Provision monitoring infrastructure for new environments or services programmatically using Pulumi. - Manage Grafana resources across multiple instances or organizations from a single codebase. - Integrate Grafana setup into CI/CD pipelines for repeatable, auditable monitoring deployments. ## Worth the install? AI-flagged interpretation of the facts above — verify before relying. A Pulumi resource provider that lets you create and manage Grafana resources programmatically as infrastructure code. Yes, if you use Pulumi and need to manage Grafana resources as code. The package is actively maintained, has no known vulnerabilities, low install friction, and permissive licensing. Install it only if you're already committed to Pulumi as your IaC framework—it's a specialized tool for that ecosystem, not a general Grafana client. ## Install pip install pulumiverse-grafana uv add pulumiverse-grafana poetry add pulumiverse-grafana ## Installing pulumiverse-grafana Before you install: Low install friction with a pure-Python wheel distribution. The package is actively maintained with a recent release and no known vulnerabilities. Four runtime dependencies (parver, pulumi, semver, typing-extensions) are all standard ecosystem packages. License in practice: Licensed under Apache-2.0 (permissive), so you can use, modify, and distribute this package freely in both open-source and proprietary projects without significant legal restrictions. Quickstart: pip install pulumiverse_grafana import pulumi import pulumiverse_grafana as grafana # Create a Grafana resource via Pulumi resource = grafana.SomeResource("name", ...) Requires Pulumi CLI to be installed and configured first; Python 3.9 or later. Verify before relying: - Which specific Grafana resources (dashboards, alerts, data sources, etc.) are actually supported by this provider version. - Whether the provider supports all current Grafana API features or only a subset. - Performance characteristics when provisioning large numbers of Grafana resources. ## Package facts - License: Apache-2.0 (permissive) - Python support: supports_current - Install friction: low - Maintenance: active - Downloads: 119.6K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags pulumi grafana provider, infrastructure as code grafana, grafana resource automation, pulumi monitoring dashboards, grafana IaC management, pulumi cloud resource provider, grafana infrastructure provisioning, infrastructure-as-code, grafana, pulumi-provider [View on SkillFed](https://skillfed.io/packages/pulumiverse-grafana) · [View on PyPI](https://pypi.org/project/pulumiverse-grafana/)