Skip to content
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

cli: add streaming metrics to debug capture #11475

Open
4 tasks
davemay99 opened this issue Nov 8, 2021 · 0 comments
Open
4 tasks

cli: add streaming metrics to debug capture #11475

davemay99 opened this issue Nov 8, 2021 · 0 comments

Comments

@davemay99
Copy link
Contributor

davemay99 commented Nov 8, 2021

nomad operator debug currently saves metrics data once per capture interval. Because not all metrics are contained in each request, In many cases this results in missing data.

Proposal

Using the feature added in hashicorp/go-metrics#125, collect streaming metrics for the whole duration of the capture, rather than once per capture interval.

  • Add streaming metrics RPC
  • Add streaming metrics API
  • Add streaming metrics to nomad operator metrics CLI command
  • Add streaming metrics to nomad operator debug CLI command
@davemay99 davemay99 self-assigned this Nov 8, 2021
@davemay99 davemay99 added theme/api HTTP API and SDK issues theme/cli labels Nov 8, 2021
@davemay99 davemay99 removed their assignment Nov 11, 2021
@angrycub angrycub self-assigned this Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants