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

Provide zilla metrics command to report current values locally #110

Closed
Tracked by #188
jfallows opened this issue Oct 7, 2022 · 0 comments · Fixed by #173
Closed
Tracked by #188

Provide zilla metrics command to report current values locally #110

jfallows opened this issue Oct 7, 2022 · 0 comments · Fixed by #173
Assignees
Labels
enhancement New feature or request

Comments

@jfallows
Copy link
Contributor

jfallows commented Oct 7, 2022

Note: requires design #109.

Zilla current has a zilla load command in the incubator that reports on the following metrics for each binding.

  • tx.opens, rx.opens
  • tx.closes, rx.closes
  • tx.errors, rx.errors
  • tx.bytes, rx.bytes

Rename zilla load command to zilla metrics command and report on using the new local storage structures for metrics.

Given that the list of metrics is now extensible, a tabular layout is probably no longer the best option.

Note that while the above metrics are all counters, there are general requirements to support gauge and histogram metrics as well, which affects the information presented for each metric.

Promote zilla metrics out of the incubator to the runtime.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants