skillfed

pulumiverse-grafana

A Pulumi package for creating and managing grafana.

pulumiverse-grafana v2.39.0 119.6K downloads/30d#12,061 on PyPI33
Permissive license Apache-2.0 Active released

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-grafana

uv

uv add pulumiverse-grafana

poetry

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 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

pulumi grafana providerinfrastructure as code grafanagrafana resource automationpulumi monitoring dashboardsgrafana IaC managementpulumi cloud resource providergrafana infrastructure provisioning
infrastructure-as-codegrafanapulumi-provider

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

pulumi-docker

Pulumi provider for managing Docker resources…

permissive · top 5,000 on PyPI

pulumiverse-time

A Pulumi resource provider that lets you manage…

permissive · top 15,000 on PyPI

grafanalib

Generates Grafana dashboards from Python code,…

permissive · top 15,000 on PyPI

pulumi-tls

Pulumi resource provider for creating and…

permissive · top 5,000 on PyPI

pulumi-tailscale

A Pulumi resource provider that lets you…

permissive · top 15,000 on PyPI

pulumi-docker-build

A Pulumi provider for building Docker images…

permissive · top 15,000 on PyPI

pulumi-command

Executes commands and scripts locally or…

permissive · top 5,000 on PyPI

pulumi-github

Pulumi provider for GitHub that lets you define…

permissive · top 15,000 on PyPI

pulumi-awsx

Provides high-level component wrappers around…

permissive · top 15,000 on PyPI

pulumi-random

Provides safe, deterministic randomness for…

permissive · top 5,000 on PyPI