Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 21 Jun 23:44
a2c6187

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-pulse metrics exporter (00f72f2)
  • SQLite time-series storage with daily/weekly/monthly aggregates (c24ce5f)

🔧 CI/CD

  • add CI/CD, release-please, tests, and project infrastructure (4b184d3)