v0.1.0
0.1.0 (2026-06-21)
Initial release of litellm-pulse, a lightweight service that scrapes LiteLLM Prometheus metrics and exposes them as JSON for Homepage widgets and Home Assistant sensors. Features a FastAPI application with a Prometheus text format parser, SQLite time-series storage with daily/weekly/monthly aggregates and counter reset detection, and REST endpoints for cost and token metrics. Includes 49 pytest tests, pre-commit linting with ruff, and CI/CD pipelines with automated releases via release-please and Docker image publishing to GHCR.
✨ Features
- initial
litellm-pulsemetrics exporter (00f72f2) - SQLite time-series storage with daily/weekly/monthly aggregates (c24ce5f)
🔧 CI/CD
- add CI/CD, release-please, tests, and project infrastructure (4b184d3)