Metric | Reports... |
Availability | The percentage of time that a virtual service was available during the current interval. A value of 100 indicates that the service was always available. Only the time when the service is unavailable counts against this metric. If invocations fail due to policy violations, this parameter could still be as high as 100. |
Average Response Time | The average amount of time it took the service to complete all invocations in the current interval. This is measured from the moment Mediator receives the request until the moment it returns the response to the caller. |
Fault Count | The number of failed invocations in the current interval. |
Maximum Response Time | The maximum amount of time it took the service to complete an invocation in the current interval. |
Minimum Response Time | The minimum amount of time it took the service to complete an invocation in the current interval. |
Successful Request Count | The number of successful service invocations in the current interval. |
Total Request Count | The total number of requests for each service running in Mediator in the current interval. |
Note: | By default, Average Response Time, Minimum Response Time, and Maximum Response Time do not include metrics for failed invocations. You can include metrics for failed invocations by setting the pg.PgMetricsFormatter.includeFaults parameter to true. For more information, see Advanced Settings and Server Configuration Parameters. |