Releases: ymtdzzz/otel-tui
Releases · ymtdzzz/otel-tui
v0.5.3
What's Changed
Features
Bug fixes
Others
- [Automated] Update Nix Flake by @github-actions[bot] in #300
- chore(deps): bump the dependencies group with 13 updates by @dependabot[bot] in #301
- chore(deps): bump the dependencies group in /tuiexporter with 6 updates by @dependabot[bot] in #302
- chore(deps): bump the dependencies group with 13 updates by @dependabot[bot] in #307
- chore(deps): bump the dependencies group in /tuiexporter with 5 updates by @dependabot[bot] in #306
- chore(deps): bump golang.org/x/sys from 0.33.0 to 0.34.0 in the dependencies group by @dependabot[bot] in #308
- chore(deps): bump the dependencies group with 14 updates by @dependabot[bot] in #310
- chore(deps): bump the dependencies group in /tuiexporter with 5 updates by @dependabot[bot] in #311
- [Automated] Update otel-tui/tuiexporter version by @github-actions[bot] in #313
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- [Automated] Update Nix Flake by @github-actions in #296
- feat(metric): Parse params in HTTP URL for Prometheus by @codefromthecrypt in #297
- [Automated] Update otel-tui/tuiexporter version by @github-actions in #299
New Contributors
- @codefromthecrypt made their first contribution in #297
Full Changelog: v0.5.1...v0.5.2
v0.5.1
v0.5.0
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
v0.4.11
What's Changed
- feat(timeline): Resource and scope info by @ymtdzzz in #266
- feat(ui): text wrapping of attribute in chart pane by @ymtdzzz in #267
- fix(metrics): panic when bucket count length is 1 by @ymtdzzz in #279
- chore(deps): bump the dependencies group with 13 updates by @dependabot in #269
- chore(deps): bump the dependencies group in /tuiexporter with 6 updates by @dependabot in #268
- chore(deps): bump the dependencies group with 13 updates by @dependabot in #270
- chore(deps): bump the dependencies group in /tuiexporter with 5 updates by @dependabot in #271
- chore(deps): bump golang.org/x/sys from 0.32.0 to 0.33.0 in the dependencies group by @dependabot in #273
- chore: use CODEOWNERS instead of reviewers in dependabot by @ymtdzzz in #276
- chore(deps): bump the dependencies group with 13 updates by @dependabot in #278
- chore(deps): bump the dependencies group in /tuiexporter with 5 updates by @dependabot in #277
Full Changelog: v0.4.10...v0.4.11
v0.4.10
What's Changed
Features
- feat(ui): re-select when the store is updated and add nil check by @ymtdzzz in #256
- feat: pretty-print JSON in log body pane by @ymtdzzz in #257
- feat(timeline): foldable spans in the trace timeline page by @ymtdzzz in #258
Others
- [Automated] Update Nix Flake by @github-actions in #253
- docs: update streenshot in README.md by @ymtdzzz in #254
- [Automated] Update otel-tui/tuiexporter version by @github-actions in #259
- chore(nix): fix nix build error by @ymtdzzz in #260
- chore(prepare-release): add tuiexporter/go.mod,go.sum by @ymtdzzz in #262
Full Changelog: v0.4.9...v0.4.10
v0.4.9
What's Changed
- [Automated] Update Nix Flake by @github-actions in #240
- chore(deps): bump the dependencies group with 13 updates by @dependabot in #241
- chore(deps): bump the dependencies group in /tuiexporter with 5 updates by @dependabot in #242
- chore(deps): bump the dependencies group with 4 updates by @dependabot in #247
- fix: use ISO-ish format, add ms and TZ to log timestamps by @plaflamme in #243
- chore(deps): bump the dependencies group with 14 updates by @dependabot in #249
- chore(deps): bump the dependencies group in /tuiexporter with 6 updates by @dependabot in #250
- feat: Full and Simple datetime format and toggle in the list component by @ymtdzzz in #251
- [Automated] Update otel-tui/tuiexporter version by @github-actions in #252
New Contributors
- @plaflamme made their first contribution in #243
Full Changelog: v0.4.8...v0.4.9