uberAgent

Metric Dependencies

Use one process detail metric only

You can either use ProcessDetailFull OR ProcessDetailTop5, not both. If you have accidentally configured both, uberAgent uses ProcessDetailTop5.

There is no entry in the log for this case.

Use a process detail metric in one timer only

ProcessDetailTop5 or ProcessDetailFull can be configured in one timer only.

If you have it configured in two or more timers, you get the following warning in the uberAgentConfiguration.log:

CheckForUnconfiguredMetrics,Metric(s) ProcessDetailFull can only be configured once.
<!--NeedCopy-->

Use session and process detail metrics in the same timer only

SessionDetail and ProcessDetailTop5 OR ProcessDetailFull must be configured in the same timer. If you have accidentally configured these metrics in different timers, you get the following warning in the uberAgentConfiguration.log:

CheckSessionAndProcessInSameTimer,Metric(s) SessionDetail and (ProcessDetailFull or ProcessDetailTop5) should only be configured in the same timer.
<!--NeedCopy-->
Metric Dependencies