-
Notifications
You must be signed in to change notification settings - Fork 525
[IIS] Application pool - Fix cpu_usage_perc unit_type #16886
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
Conversation
🚀 Benchmarks reportTo see the full report comment with |
| Memory virtual bytes. | ||
| - name: cpu_usage_perc | ||
| type: float | ||
| unit: s |
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.
percent is alllowed here, why not use that?
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.
This change focus on removing the unit type here. Yes, we can update to the percent type for cpu_usage_perc field in application_pol and for the Webserver datastream.
💚 Build Succeeded
History
cc @muthu-mps |
|
Package iis - 1.24.4 containing this change is available at https://epr.elastic.co/package/iis/1.24.4/ |
Proposed commit message
This fixes the incorrect unit type for cpu_usage_perc. Removing the unit type to make it consistent with other data stream CPU fields.
Checklist
changelog.ymlfile.Related issues