Globals / "src/renderer/api/endpoints/ingress.api" / IIngressMetrics
Interface: IIngressMetrics\#
Type parameters#
| Name | Default |
|---|---|
T |
IMetrics |
Hierarchy#
- IIngressMetrics
Indexable#
▪ [metric: string]: T
Index#
Properties#
Properties#
bytesSentFailure#
• bytesSentFailure: T
Defined in src/renderer/api/endpoints/ingress.api.ts:23
bytesSentSuccess#
• bytesSentSuccess: T
Defined in src/renderer/api/endpoints/ingress.api.ts:22
requestDurationSeconds#
• requestDurationSeconds: T
Defined in src/renderer/api/endpoints/ingress.api.ts:24
responseDurationSeconds#
• responseDurationSeconds: T
Defined in src/renderer/api/endpoints/ingress.api.ts:25
Last update: November 10, 2020