Sdílet prostřednictvím


ClientSideRequestStatistics type

Toto je typ kolekce pro všechny diagnostické informace na straně klienta.

type ClientSideRequestStatistics = {
  gatewayStatistics: GatewayStatistics[]
  locationEndpointsContacted: string[]
  metadataDiagnostics: MetadataLookUpDiagnostics
  requestDurationInMs: number
  requestStartTimeUTCInMs: number
  retryDiagnostics: RetryDiagnostics
  totalRequestPayloadLengthInBytes: number
  totalResponsePayloadLengthInBytes: number
}