Type alias ServerTelemetryEntity
ServerTelemetryEntity: {
cacheHits: number;
errors: string[];
failedRequests: (string | number)[];
nativeBrokerErrorCode?: string;
}
Type declaration
-
cacheHits: number
-
errors: string[]
-
failedRequests: (string | number)[]
-
Optional
nativeBrokerErrorCode?: string