Bug 535386 (RHQ-2088)
| Summary: | add Start Time trait to the RHQ Agent ResourceType | ||
|---|---|---|---|
| Product: | [Other] RHQ Project | Reporter: | Ian Springer <ian.springer> |
| Component: | Plugins | Assignee: | John Mazzitelli <mazz> |
| Status: | CLOSED WONTFIX | QA Contact: | Mike Foley <mfoley> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | unspecified | CC: | ccrouch, cwelton, jshaughn |
| Target Milestone: | --- | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| URL: | http://jira.rhq-project.org/browse/RHQ-2088 | ||
| Whiteboard: | |||
| Fixed In Version: | 1.4 | Doc Type: | Enhancement |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2014-05-05 20:52:09 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: | |||
|
Description
Ian Springer
2009-05-14 12:09:00 UTC
We already have a "uptime" metric. It is not appropriate for a trait, it changes everytime it is collected. It is off by default, you have to enable it (see: defaultOn="false").
<metric property="Uptime"
displayName="Up Time"
description="Total number of seconds since the agent was started"
defaultOn="false"
units="seconds"
category="availability"
measurementType="dynamic" /> <!-- changed to dynamic to prevent generation of per Minute metric. -->
changing subject to "add start time trait" - we already have uptime metric. Move features/improvements to 1.4 This bug was previously known as http://jira.rhq-project.org/browse/RHQ-2088 |