Bug 664083
| Summary: | Make sure we're not collecting metrics too quickly | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Charles Crouch <ccrouch> |
| Component: | Plugins | Assignee: | Filip Drabek <fdrabek> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Corey Welton <cwelton> |
| Severity: | medium | Docs Contact: | |
| Priority: | high | ||
| Version: | 3.0.0 | CC: | hbrock, hrupp |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-05-24 01:15:07 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 616081 | ||
|
Description
Charles Crouch
2010-12-17 23:37:25 UTC
jon241=# select
mdef.default_interval,
mdef.default_on,
rtype.plugin,
rtype.name,
mdef.name
from rhq_measurement_def as mdef, rhq_resource_type as rtype
where mdef.resource_type_id=rtype.id and mdef.default_interval < 300000 and rtype.plugin not like 'Platforms'
order by mdef.default_interval;
default_interval | default_on | plugin | name | name
------------------+------------+---------+--------------------------------+--------------
60000 | f | Tomcat | Tomcat Web Application (WAR) | ResponseTime
60000 | f | JBossAS | Web Application (WAR) | ResponseTime
60000 | f | JBossAS | Embedded Web Application (WAR) | ResponseTime
60000 | f | IIS | VHost | ResponseTime
60000 | f | Apache | Apache Virtual Host | ResponseTime
(5 rows)
By default collection intervals <300000 ms is set only for CALLTIME metrics. ResponseTime metrics are CALLTIME metrics which are disabled by default. In our plugins there are no metrics with defaultInterval < 300 000ms in plugin descriptors. Only in hardware plugin there are metrics with defaultInterval = 86400, hardware plugin is disabled in build now. Bookkeeping - closing bug - fixed in recent release. Bookkeeping - closing bug - fixed in recent release. Bookkeeping - closing bug - fixed in recent release. Bookkeeping - closing bug - fixed in recent release. |