Skip to content

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

Merged
merged 6 commits into from
Jul 29, 2021

Conversation

fearful-symmetry
Copy link
Contributor

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 using norm, 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

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.

@fearful-symmetry fearful-symmetry added the Team:Integrations Label for the Integrations team label Jul 27, 2021
@fearful-symmetry fearful-symmetry requested a review from a team July 27, 2021 02:11
@fearful-symmetry fearful-symmetry self-assigned this Jul 27, 2021
@elasticmachine
Copy link

Pinging @elastic/integrations (Team:Integrations)

@elasticmachine
Copy link

elasticmachine commented Jul 27, 2021

💚 Build Succeeded

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview preview

Expand to view the summary

Build stats

  • Start Time: 2021-07-27T16:33:38.508+0000

  • Duration: 11 min 30 sec

  • Commit: c068737

Test stats 🧪

Test Results
Failed 0
Passed 266
Skipped 0
Total 266

Trends 🧪

Image of Build Times

Image of Tests

Copy link
Contributor

@mtojek mtojek left a 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",
Copy link
Contributor

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

Copy link
Contributor Author

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?

Copy link
Contributor

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.

@fearful-symmetry fearful-symmetry merged commit d2fec00 into elastic:master Jul 29, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Team:Integrations Label for the Integrations team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants