skillfed

dagster-prometheus

A Dagster integration for prometheus

dagster-prometheus v0.29.18 231.8K downloads/30d#9,079 on PyPI15,996
Permissive license Apache-2.0 Active released

What it is and what it does

dagster-prometheus is a Dagster integration that connects Prometheus monitoring to your data pipelines. It allows you to export metrics from Dagster runs and asset computations to Prometheus, enabling observability and alerting on pipeline health and performance. The package depends on dagster (the core orchestration framework) and prometheus-client (the Prometheus Python client library) to bridge the two systems.

This integration is part of Dagster's broader ecosystem of integrations for observability and control. It fits into the development lifecycle from local testing through production deployment, letting you monitor pipeline execution and asset performance using Prometheus's time-series database and alerting capabilities.

Use it for:

  • Export Dagster run metrics to Prometheus for centralized monitoring and alerting on pipeline failures or performance issues.
  • Track asset computation metrics across your data platform using Prometheus time-series queries and dashboards.
  • Integrate Dagster observability into existing Prometheus-based monitoring stacks without replacing your metrics infrastructure.
  • Monitor pipeline health and performance alongside other infrastructure metrics in a unified observability system.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Prometheus metrics collection and export into Dagster data pipelines, enabling monitoring and observability of pipeline runs and asset computations.

Yes, if you already use Prometheus for infrastructure monitoring and want to extend it to Dagster pipelines. The low install friction, active maintenance, permissive license, and zero known vulnerabilities make it a safe choice. Install only if you have a Prometheus deployment in place or plan to set one up; otherwise, Dagster's built-in observability may suffice.

Install

dagster-prometheus on PyPI

pip

pip install dagster-prometheus

uv

uv add dagster-prometheus

poetry

poetry add dagster-prometheus

Installing dagster-prometheus

Before you install

Low friction install with only two runtime dependencies (dagster and prometheus-client). Package is actively maintained with a recent release and no known vulnerabilities.

License in practice

Apache 2.0 licensed, permissive terms allow commercial use, modification, and distribution with minimal restrictions.

Quickstart

pip install dagster-prometheus

import dagster as dg
from dagster_prometheus import PrometheusResource

@dg.asset
def my_asset():
    return None

Requires Python 3.10 or later (package supports 3.10 through 3.14).

Verify before relying

  • What specific Prometheus metrics are automatically collected from Dagster runs and assets.
  • Whether the integration requires a running Prometheus server or can export metrics standalone.
  • How configuration of Prometheus endpoints or metric labels is handled.
  • What observability features are provided beyond basic metrics export.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (<3.15,>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 2 — dagster, prometheus-client
Maintenance actively maintained — 0 days since the last release
Last repo commit
First released
Downloads 231,752/month — #9,079 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: dagster_prometheus-0.29.18-py3-none-any.whl

Tags

prometheus metrics dagsterdagster monitoring integrationpipeline observability prometheusdagster metrics exportprometheus dagster integration
observabilitymetricsorchestration

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

dagster

Dagster is a data pipeline orchestrator that…

permissive · top 5,000 on PyPI

dagster-cloud-cli

CLI tool for managing and deploying Dagster…

permissive · top 5,000 on PyPI

dagster-webserver

Provides a web UI for Dagster, a data pipeline…

permissive · top 5,000 on PyPI

dagster-datadog

Integrates Datadog monitoring and observability…

permissive · top 15,000 on PyPI

dagster-aws

Dagster-aws provides AWS-specific integrations…

permissive · top 5,000 on PyPI

dagster-graphql

Provides a GraphQL API interface for querying…

permissive · top 5,000 on PyPI

dagster-dg-core

dagster-dg-core provides the core orchestration…

permissive · top 5,000 on PyPI

dagster-rest-resources

Provides REST API resource integrations for…

permissive · top 15,000 on PyPI

dagster-dg-cli

A command-line tool for developing and managing…

permissive · top 5,000 on PyPI

dagster-gcp

Provides GCP-specific integrations for Dagster,…

permissive · top 5,000 on PyPI