Skip to content

Commit 1b00c27

Browse files
authored
Merge branch 'master' into feat/otlp-native-auto-conversion
2 parents 319e096 + 7cd3395 commit 1b00c27

File tree

11 files changed

+926
-29
lines changed

11 files changed

+926
-29
lines changed

.github/actions/spelling/allow.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -276,6 +276,7 @@ KDL
276276
keepappkey
277277
keephq
278278
kenton
279+
keybinds
279280
Kingcom
280281
Kolkata
281282
konqueror

Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Added new keybinds to `vector top` for scrolling, sorting and filtering. You can now press `?` when using `vector top` to see all available keybinds.
2+
3+
authors: esensar Quad9DNS

lib/vector-top/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ crossterm = { version = "0.29.0", default-features = false, features = ["event-s
2121
unit-prefix = { version = "0.5.2", default-features = false, features = ["std"] }
2222
num-format = { version = "0.4.4", default-features = false, features = ["with-num-bigint"] }
2323
ratatui = { version = "0.30.0", default-features = false, features = ["crossterm", "layout-cache"] }
24+
regex.workspace = true
2425
vector-common = { path = "../vector-common" }
2526
vector-api-client = { path = "../vector-api-client" }
2627

0 commit comments

Comments
 (0)