What's Changed
[Breaking Change] Prometheus Receiver Activation Simplified
The --enable-prom
flag has been removed. The Prometheus receiver is now automatically enabled when --prom-target
is specified. This change simplifies configuration and reduces redundancy.
Before
otel-tui --enable-prom --prom-target localhost:9090
After
otel-tui --prom-target localhost:9090
otel-tui --prom-target http://localhost:9090/custom/prometheus
Related PRs
- feat(metric): Support full HTTP URL for Prometheus by @ymtdzzz in #290
- feat(metric): remove --enable-prom flag by @ymtdzzz in #291
Others
- [Automated] Update Nix Flake by @github-actions in #281
- chore(deps): bump github.com/navidys/tvxwidgets from 0.11.0 to 0.11.1 in /tuiexporter in the dependencies group by @dependabot in #283
- chore: bump go v1.24.3 by @ymtdzzz in #285
- chore(deps): bump the dependencies group with 13 updates by @dependabot in #287
- chore(deps): bump the dependencies group in /tuiexporter with 5 updates by @dependabot in #286
-
- [Automated] Update otel-tui/tuiexporter version by @github-actions in #292
Full Changelog: v0.4.11...v0.5.0