A Pulumi package for creating and managing logfire cloud resources.
Project description
Logfire Resource Provider
Manage Pydantic Logfire projects, alerts, dashboards, channels, and API tokens with Pulumi.
Installing
This package is available for several languages/platforms:
Node.js (JavaScript/TypeScript)
To use from JavaScript or TypeScript in Node.js, install using either npm:
npm install @pydantic/pulumi-logfire
or yarn:
yarn add @pydantic/pulumi-logfire
Python
To use from Python, install using pip:
pip install pydantic-pulumi-logfire
Import it in code as pulumi_logfire.
Go
To use from Go, use go get to grab the latest version of the library:
go get github.com/pydantic/pulumi-logfire/sdk
Import it in code as github.com/pydantic/pulumi-logfire/sdk/go/logfire.
Configuration
The following configuration points are available for the logfire provider:
logfire:baseUrl(environment:LOGFIRE_BASE_URL) – Optional override for the Logfire API base URL. If omitted, the provider usesLOGFIRE_BASE_URLor infers the SaaS endpoint from the API key region. Self-hosted customers should set this explicitly.logfire:apiKey(environment:LOGFIRE_API_KEY) – Bearer token for the Logfire API.
Example stack config:
pulumi config set --secret logfire:apiKey pylf_v2_us_...
# Self-hosted only:
# pulumi config set logfire:baseUrl https://<self-hosted-logfire>
For Logfire SaaS, the provider infers https://logfire-us.pydantic.dev or https://logfire-eu.pydantic.dev from the API key region. If you set logfire:baseUrl or LOGFIRE_BASE_URL, that value is used instead.
Reference
For detailed reference documentation, please visit the Pulumi registry.
Resources
- Projects (
logfire:Project) - Channels (
logfire:Channel) - Alerts (
logfire:Alert) - Dashboards (
logfire:Dashboard) - Write tokens (
logfire:WriteToken) - Read tokens (
logfire:ReadToken) - Organizations (
logfire:Organization)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pydantic_pulumi_logfire-0.1.5.tar.gz.
File metadata
- Download URL: pydantic_pulumi_logfire-0.1.5.tar.gz
- Upload date:
- Size: 17.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4bff63a031a9827f56cf716a8c2686def7863e08681d78baf875870f15768377
|
|
| MD5 |
9ee8e40241865d9e50b13a128e2aa1e9
|
|
| BLAKE2b-256 |
f1dba8d1b29ed966e847c91adc2e41579cd6df7e924b10bbdc6b7fc9de04e936
|
File details
Details for the file pydantic_pulumi_logfire-0.1.5-py3-none-any.whl.
File metadata
- Download URL: pydantic_pulumi_logfire-0.1.5-py3-none-any.whl
- Upload date:
- Size: 30.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96ecc9ca023175b18c5b1770fadcdb3ddd34182af9d858d0360535b2eaebb260
|
|
| MD5 |
d3528aec270d5d04c586cebe013a02db
|
|
| BLAKE2b-256 |
cb34375821c7b0238fd0abef0c3c3287a8caa445f6fe8a4613942a136db211ed
|