pulumiverse-grafana
A Pulumi package for creating and managing grafana.
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 on this page — 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
pulumiverse-grafana on PyPI
pip
pip install pulumiverse-grafanauv
uv add pulumiverse-grafanapoetry
poetry add pulumiverse-grafanaInstalling 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 the current Python release (>=3.9) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 4 — parver, pulumi, semver, typing-extensions |
| Maintenance | actively maintained — 0 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 119,611/month — #12,061 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pulumiverse_grafana-2.39.0-py3-none-any.whl
Keywords: pulumi, grafana, pulumiverse
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
pulumi-dockerPulumi provider for managing Docker resources…
permissive · top 5,000 on PyPI
pulumiverse-timeA Pulumi resource provider that lets you manage…
permissive · top 15,000 on PyPI
grafanalibGenerates Grafana dashboards from Python code,…
permissive · top 15,000 on PyPI
pulumi-tlsPulumi resource provider for creating and…
permissive · top 5,000 on PyPI
pulumi-tailscaleA Pulumi resource provider that lets you…
permissive · top 15,000 on PyPI
pulumi-docker-buildA Pulumi provider for building Docker images…
permissive · top 15,000 on PyPI
pulumi-commandExecutes commands and scripts locally or…
permissive · top 5,000 on PyPI
pulumi-githubPulumi provider for GitHub that lets you define…
permissive · top 15,000 on PyPI
pulumi-awsxProvides high-level component wrappers around…
permissive · top 15,000 on PyPI
pulumi-randomProvides safe, deterministic randomness for…
permissive · top 5,000 on PyPI