Skip to content

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Unreleased

0.1.0 - 2026-07-03

Added

  • OtelBootstrap: idempotent SDK setup (tracer + meter providers) at container startup.
  • Exporters: auto/otlp/console/none; OTLP behind the otlp extra.
  • Prometheus metrics into prometheus_client's default registry (pico-actuator /metrics contract).
  • Auto-instrumentation (import-guarded) for FastAPI, SQLAlchemy, Celery and logging.
  • OtelSettings (prefix otel); zero-config defaults.