You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
nomad operator metrics
CLI commandnomad operator debug
CLI commandThe text was updated successfully, but these errors were encountered: