Enum UsageReportType
Defines the type of report showing top entities ordered by a certain criteria.
Namespace: Nevatech.Vsb.Repository.Entities
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public enum UsageReportType
Fields
Name | Description |
---|---|
LeastResponsive | Top entities sorted by the average response time (transactions duration). |
MostCalled | Top entities sorted by the total number of processed transactions. |
MostErrored | Top entities sorted by the absolute number of transactions resulted in communication errors. |
MostFailed | Top entities sorted by the absolute number of faulted transactions. |
MostPercentageErrored | Top entities which experienced communication errors most of the time (sorted by "errored transactions"/"total transactions"). |
MostPercentageFailed | Top entities which faulted most of the time (sorted by "failed transactions"/"total transactions"). |