What's Changed
⚠️ Breaking Changes
N/A
🧪 Alpha
- Introduced the new OTLP ingester alpha flow via
prom-analytics-proxy ingester. - The ingester sits on the write path, can filter unused metrics before forwarding them downstream, and can populate the metrics catalog from live OTLP traffic.
- This release also adds the supporting pieces around that alpha feature, including catalog sync, Redis-backed deduplication/cache behavior, dry-run support, observability metrics, and runnable demo/example configurations.
✨ Features
- Added Swagger UI and an OpenAPI spec for the proxy API.
- Added sorting by usage columns with improved default ordering in the metrics views.
- Expanded the examples and Kubernetes manifests, including Perses Metrics Usage integration and fuller end-to-end demo setups.
🛠 Enhancements
- Improved compatibility with newer PromQL parser APIs.
- Added SQLite
database_pathYAML config support and fixed PostgreSQL connection string handling. - Fixed multiple setup and tooling issues including
make check-docs, CLI tooling isolation, and assorted UI consistency cleanups. - Pulled in broad Go and UI dependency updates, including security-related upgrades.
Full Changelog: v0.5.0...v0.6.0