Skip to content

Releases: ymtdzzz/otel-tui

v0.5.3

22 Jul 06:03
df5dfd4
Compare
Choose a tag to compare

What's Changed

Features

  • feat: escape bracket when getting table cell by @ymtdzzz in #304

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

15 Jun 11:17
7c445c5
Compare
Choose a tag to compare

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

Full Changelog: v0.5.1...v0.5.2

v0.5.1

15 Jun 03:22
29c12ba
Compare
Choose a tag to compare

What's Changed

  • [Automated] Update Nix Flake by @github-actions in #293
  • feat: suppress stdout/err and add --debug-log option by @ymtdzzz in #294
  • [Automated] Update otel-tui/tuiexporter version by @github-actions in #295

Full Changelog: v0.5.0...v0.5.1

v0.5.0

14 Jun 07:56
408988e
Compare
Choose a tag to compare

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

18 May 06:51
89a3a69
Compare
Choose a tag to compare

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

19 Apr 02:34
2a981e1
Compare
Choose a tag to compare

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

12 Apr 09:16
cae9768
Compare
Choose a tag to compare

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

Full Changelog: v0.4.8...v0.4.9

v0.4.8

23 Mar 03:21
3a5de73
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.7...v0.4.8

v0.4.7

16 Mar 14:36
28d70cd
Compare
Choose a tag to compare

What's Changed

  • feat(timeline): Add log filter by SpanID by @ymtdzzz in #233

Full Changelog: v0.4.6...v0.4.7

v0.4.6

16 Mar 13:01
09903b0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.5...v0.4.6