Bug 1145292
Summary: | JMX plugin - memory size 'trait' is not really a trait | ||
---|---|---|---|
Product: | [Other] RHQ Project | Reporter: | Elias Ross <genman> |
Component: | Plugins | Assignee: | Thomas Segismont <tsegismo> |
Status: | ON_QA --- | QA Contact: | |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 4.12 | CC: | hrupp, tsegismo |
Target Milestone: | --- | ||
Target Release: | RHQ 4.13 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | Type: | Bug | |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Elias Ross
2014-09-22 18:37:32 UTC
The other metrics ('traits') might also be problematic here. May be wise to disable the pool monitoring unless really used. Branch: refs/heads/master Home: https://github.com/rhq-project/rhq Commit: 7edec8dbcf9196282dbb8857c55a1e206e1ddefe https://github.com/rhq-project/rhq/commit/7edec8dbcf9196282dbb8857c55a1e206e1ddefe Author: Elias Ross <elias_ross> Date: 2014-10-15 (Wed, 15 Oct 2014) Changed paths: M modules/plugins/jmx/src/main/resources/META-INF/rhq-plugin.xml Log Message: ----------- BZ 1145292 - Heap max size is variable, not trait For PS Eden size, there is a new value every time this metric is collected. It should not be a trait, and probably should be only captured very infrequently. Reduce frequency by moving summary to detail for other pool data. Commit: 7ef13611bb8edbbc2e37b3b8b0984067d87b80bb https://github.com/rhq-project/rhq/commit/7ef13611bb8edbbc2e37b3b8b0984067d87b80bb Author: Thomas Segismont <tsegismont> Date: 2014-10-16 (Thu, 16 Oct 2014) Changed paths: M modules/plugins/jmx/src/main/resources/META-INF/rhq-plugin.xml Log Message: ----------- Merge pull request #138 from genman/bug/1145292 BZ 1145292 - Heap max size is variable, not trait Agreed these traits should be turned into numeric metrics. Compare: https://github.com/rhq-project/rhq/compare/7c6a0916dd2b...7ef13611bb8e |