Skip to content

Latest commit

 

History

History
49 lines (40 loc) · 2.38 KB

monitor-load-testing-reference.md

File metadata and controls

49 lines (40 loc) · 2.38 KB
titledescriptionauthorms.topicms.authorms.servicems.customms.date
Monitor Azure Load Testing data reference
Important reference material needed when you monitor Azure Load Testing
Sachid26
reference
sacsharm
azure-load-testing
subject-monitoring
06/02/2023

Monitor Azure Load Testing data reference

Learn about the data and resources collected by Azure Monitor from your Azure load testing instance. See Monitor Azure Load Testing for details on collecting and analyzing monitoring data.

Resource logs

This section lists the types of resource logs you can collect for Azure Load Testing.

Operational logs

Operational log entries include elements listed in the following table:

NameDescription
TimeGeneratedDate and time when the record was created
RequestMethodHTTP Method of the API request
HttpStatusCodeHTTP status code of the API response
CorrelationIdUnique identifier to be used to correlate logs
RequestIdUnique identifier to be used to correlate request logs
IdentityJSON structure containing information about the caller
RequestBodyRequest body of the API calls
ResourceRegionRegion where the resource is located
ServiceLocationLocation of the service which processed the request
RequestUriURI of the API request
OperationIdOperation identifier for rest api
OperationNameName of the operation attempted on the resource
ResultTypeIndicates if the request was successful or failed
DurationMsAmount of time it took to process request in milliseconds
CallerIpAddressIP Address of the client that submitted the request
FailureDetailsDetails of the error in case if request is failed
UserAgentHTTP header passed by the client, if applicable
OperationVersionRequest api version

See Also

close