Skip to content

Commit

Permalink
Improvements and flows metrics view (#3)
Browse files Browse the repository at this point in the history
This commit introduced a new view 'flows' built on top of the latest Logstash flow metrics. It also changed the default command and refactored several parts of the initial codebase.
  • Loading branch information
edmocosta authored Jan 9, 2024
1 parent d23bb2d commit 0139593
Show file tree
Hide file tree
Showing 39 changed files with 3,842 additions and 2,105 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## 0.2.0
- Added a new `flows` view built on top of the latest Logstash flow metrics.
- **BREAKING**: Renamed the `view` command to `tui`.
- Changed to execute the `tui` command by default when no specific command is supplied.
- Migrated from `tui` to `ratatui` and bumped a few dependencies.
- Changed `pipelines` charts to continuously aggregate data, even if the chart isn't being displayed.
- Added `worker millis per event` chart on the pipeline's plugin details.
- Reorganized TUI shortcuts and other design changes.
- Added license file
Loading

0 comments on commit 0139593

Please sign in to comment.