LatencyTracker Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| LatencyTracker() | |
Methods
| Name | Description |
|---|---|
| Disable() |
Disables the Latency tracker |