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 theotlpextra. - Prometheus metrics into
prometheus_client's default registry (pico-actuator/metricscontract). - Auto-instrumentation (import-guarded) for FastAPI, SQLAlchemy, Celery and logging.
OtelSettings(prefixotel); zero-config defaults.