-
Notifications
You must be signed in to change notification settings - Fork 474
Move system dashboards to cpu.*.norm.pct #1358
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
Move system dashboards to cpu.*.norm.pct #1358
Conversation
Pinging @elastic/integrations (Team:Integrations) |
💚 Build Succeeded
Expand to view the summary
Build stats
Test stats 🧪
Trends 🧪 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CI complains about formatting.
@@ -61,12 +61,12 @@ | |||
"line_width": 1, | |||
"metrics": [ | |||
{ | |||
"field": "system.cpu.user.pct", | |||
"field": "system.cpu.user.norm.pct", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you think we should remove the other field? Field definition
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just going to merge this since it's been approved, but I'm not quite sure what you mean here? Are you saying we should remove the field definition you linked to?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If it isn't used anymore, then yes we should.
What does this PR do?
This migrates the system dashboards to using
norm.pct
for CPU visualizations, so any bars/gauges/etc, don't go past 100%, in theory making the visualizations a little more user-friendly. We've had the current metrics tied to the visualizations for a while, and I'm not sure if there was a reason why we weren't usingnorm
, but I've tested everything, and it seems fine. Also--is it standard practice to update the integration first, or metricbeat first? Does it matter?Checklist
changelog.yml
file.