Skip to content

Conversation

krnnkn
Copy link
Contributor

@krnnkn krnnkn commented Oct 14, 2025

Added descriptions for columns "serverConnectTime" and "serverHeaderTime" as access logs for V2 SKUs.

…itor-application-gateway-reference.md

CSS-Networking: 
Added descriptions for columns "serverConnectTime" and "serverHeaderTime" as access logs for V2 SKUs.
@prmerger-automator
Copy link
Contributor

@krnnkn : Thanks for your contribution! The author(s) and reviewer(s) have been notified to review your proposed change.

@learn-build-service-prod
Copy link
Contributor

Learn Build status updates of commit a18c1dc:

✅ Validation status: passed

File Status Preview URL Details
articles/application-gateway/monitor-application-gateway-reference.md ✅Succeeded

For more details, please refer to the build report.

@v-dirichards v-dirichards requested a review from Copilot October 14, 2025 14:24
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds documentation for two new access log fields in Application Gateway V2 SKUs: serverConnectTime and serverHeaderTime. These fields provide timing metrics for backend server connection establishment and response header reception.

  • Added descriptions for serverConnectTime and serverHeaderTime fields in the access logs table
  • Included example values for these fields in the JSON sample

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

|serverStatus | HTTP status code of the backend server. |
|serverResponseLatency | Latency of the response (in **seconds**) from the backend server. |
|serverConnectTime | Time spent establishing a connection with an upstream server. |
|serverHeaderTime | Time between establishing a connection to the upstream server and receiving the first byte of the response header. |
Copy link

Copilot AI Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The descriptions should include the time units for consistency with other timing fields in the table. Based on the example values (0.008, 0.028), these appear to be in seconds like serverResponseLatency.

Suggested change
|serverHeaderTime | Time between establishing a connection to the upstream server and receiving the first byte of the response header. |
|serverHeaderTime | Time (in **seconds**) between establishing a connection to the upstream server and receiving the first byte of the response header. |

Copilot uses AI. Check for mistakes.

"serverStatus": "200",
"serverResponseLatency": "0.028",
"serverConnectTime":"0.008",
"serverHeaderTime":"0.028"
Copy link

Copilot AI Oct 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing comma after the serverHeaderTime line. JSON objects require commas between key-value pairs, and the next line contains another property.

Suggested change
"serverHeaderTime":"0.028"
"serverHeaderTime":"0.028",

Copilot uses AI. Check for mistakes.

@v-dirichards
Copy link
Contributor

@mbender-ms

Can you review the proposed changes?

Important: When the changes are ready for publication, adding a #sign-off comment is the best way to signal that the PR is ready for the review team to merge.

#label:"aq-pr-triaged"
@MicrosoftDocs/public-repo-pr-review-team

@prmerger-automator prmerger-automator bot added the aq-pr-triaged tracking label for the PR review team label Oct 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants