Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 520 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 520 Bytes

pulumiservice-exporter

⚠️ This is a work in progress: Any expectations of production readiness fall entirely on the user

A Prometheus exporter for the Pulumi Service

Quick Start

You can run the exporter a Docker image or as a standalone binary.

Simply specify the Pulumi org and an access token

pulumiserver-exporter --org=demo --access-token=pul-xxxxxx
docker run -e PULUMI_ORG=${PULUMI_ORG} -e PULUMI_ACCESS_TOKEN=${PULUMI_ACCESS_TOKEN} ghcr.io/lbrlabs/pulumiservice-exporter