Skip to content

Commit ded43bd

Browse files
committed
resolving PR comments
1 parent 0bd2c43 commit ded43bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

articles/application-gateway/application-gateway-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ The access log is generated only if you've enabled it on each Application Gatewa
167167
|sentBytes| Size of packet sent, in bytes.|
168168
|timeTaken| Length of time (in milliseconds) that it takes for a request to be processed and its response to be sent. This is calculated as the interval from the time when Application Gateway receives the first byte of an HTTP request to the time when the response send operation finishes. It's important to note that the Time-Taken field usually includes the time that the request and response packets are traveling over the network. |
169169
|sslEnabled| Whether communication to the back-end pools used SSL. Valid values are on and off.|
170-
|host| The hostname with which the request has been sent to the backend server. If backend hostname is being overriden, this name will reflect that.|
170+
|host| The hostname with which the request has been sent to the backend server. If backend hostname is being overridden, this name will reflect that.|
171171
|originalHost| The hostname with which the request was received by the Application Gateway from the client.|
172172
```json
173173
{

articles/application-gateway/application-gateway-metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following metrics related to timing of the request and response are availabl
2121

2222
- **Client RTT**
2323

24-
Average round trip time between clients and Application Gateway. This metric indicates how long it takes to establish connections and return acknowledgements.
24+
Average round trip time between clients and Application Gateway. This metric indicates how long it takes to establish connections and return acknowledgments.
2525

2626
- **Application gateway total time**
2727

0 commit comments

Comments
 (0)