ClientSideRequestStatistics type

これは、すべてのクライアント側の診断情報のコレクションの種類です。

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