-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New top
subcommand v1
#3211
Comments
@binarylogic - I'm wondering if I think the common case of top will be to get an at-a-glance view of topology + stats. An explicit |
@leebenson I don't think so. When I think |
Got it, thanks for clarifying 👍 |
@binarylogic - I think I'm hitting a wall with what we're able to currently show in the console. I chatted about this a little earlier with @jamtur01. Interested to get your thoughts. Blockers:
Based on the above, I think there's a couple of potential next steps:
What do you think? |
#4181 should include all span context as metrics tags. This includes
Yep, let's defer this column for now. I opened #3445 and never got a response. My hope is that we can get certain metrics for free, like how long an event spent in a component.
We have an Let me know if that helps. We'll get #4181 merged shortly. |
Thanks, #4181 should help a lot. |
Closing and removing the points estimate on this, since this is now partially implemented and being tracked more specifically across multiple issues. |
As part of https://github.com/timberio/vector-product/issues/24, we want to introduce lightweight CLI-based observability for Vector.
Goals
Out of scope
As noted in https://github.com/timberio/vector-product/issues/24:
Proposal
I propose that we introduce a
vector top
subcommand, taking inspiration from the glorioustop
command. I like this because:Examples
To demonstrate what I'm thinking:
And usage is simple:
$ vector top ID KIND TYPE THRPT I/O LATENCY ERRORS my-file-source source file 5.2k 10.6MiB 10.2ns 251 my-json-parser transform json_parser 5.0k - 1.2ms 523 my-s3-sink sink s3 4.5k 5.2MiB 10.2s 12
I am very much open to suggestions/changes here.* I want to start simple, but not in a way that will require rework in the future.
Outstanding questions
Future concerns
The text was updated successfully, but these errors were encountered: