Skip to content

Commit 9cfa74c

Browse files
authored
Merge pull request #173779 from LGDoor/master
Update the metrics name.
2 parents 0aebf36 + 5342bde commit 9cfa74c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/spring-cloud/concept-metrics.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,11 @@ For more information, see [dotnet counters](/dotnet/core/diagnostics/dotnet-coun
178178
>[!div class="mx-tdCol2BreakAll"]
179179
>| Display Name | Azure Metric Name | Unit | Details |
180180
>|--------------------------|--------------------------|----------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
181-
>| Bytes Received | IngressBytesRx | Bytes | Count of bytes received by Azure Spring Cloud from the clients |
182-
>| Bytes Sent | IngressBytesTx | Bytes | Count of bytes sent by Azure Spring Cloud to the clients |
183-
>| Requests | IngressRequestsCount | Count | Count of requests by Azure Spring Cloud from the clients |
184-
>| Failed Requests | IngressFailedRequest | Count | Count of failed requests by Azure Spring Cloud from the clients |
185-
>| Response Status | IngressResponseCount | Count | HTTP response status returned by Azure Spring Cloud. The response status code distribution can be further categorized to show responses in 2xx, 3xx, 4xx, and 5xx categories |
181+
>| Bytes Received | IngressBytesReceived | Bytes | Count of bytes received by Azure Spring Cloud from the clients |
182+
>| Bytes Sent | IngressBytesSent | Bytes | Count of bytes sent by Azure Spring Cloud to the clients |
183+
>| Requests | IngressRequests | Count | Count of requests by Azure Spring Cloud from the clients |
184+
>| Failed Requests | IngressFailedRequests | Count | Count of failed requests by Azure Spring Cloud from the clients |
185+
>| Response Status | IngressResponseStatus | Count | HTTP response status returned by Azure Spring Cloud. The response status code distribution can be further categorized to show responses in 2xx, 3xx, 4xx, and 5xx categories |
186186
>| Response Time | IngressResponseTime | Seconds | Http response time return by Azure Spring Cloud |
187187
>| Throughput In (bytes/s) | IngressBytesReceivedRate | BytesPerSecond | Bytes received per second by Azure Spring Cloud from the clients |
188188
>| Throughput Out (bytes/s) | IngressBytesSentRate | BytesPerSecond | Bytes sent per second by Azure Spring Cloud to the clients |

0 commit comments

Comments
 (0)