Share via


LatencyTracker Class

Definition

Single entry, comma separated: 1. Client Request ID 2. latency in milliseconds 3. error code(if request failed) 4. Operation 5. Request+response body Size(if available, zero otherwise) 6. Instance of ADLStoreClient(a unique number per instance in this VM)

Multiple entries can be on a single request.Entries will be separated by semicolons
Limit max entries on a single request to three, to limit increase in HTTP request size.

All apis are threadsafe.

public class LatencyTracker
type LatencyTracker = class
Public Class LatencyTracker
Inheritance
LatencyTracker

Constructors

LatencyTracker()

Methods

Disable()

Disables the Latency tracker

Applies to