Update website/content/docs/connect/observability/grafanadashboards/servicedashboard.mdx

Co-authored-by: Blake Covarrubias <blake@covarrubi.as>
pull/21890/head
Yasmin Lorin Kaygalak 1 month ago committed by Melisa Griffin
parent 3cf07d8d66
commit 3bb80505f9

@ -83,7 +83,7 @@ sum(rate(envoy_tcp_downstream_cx_rx_bytes_total{}[10m])) by (local_cluster)
### Total TCP inbound and outbound bytes buffered
**Description:** This metric tracks the amount of TCP traffic buffered during inbound and outbound communications. It helps in identifying whether there is any potential latency caused by buffer overflow or congestion.
**Description:** This metric tracks the amount of TCP traffic buffered during inbound and outbound communications. It helps in identifying whether there is any potential latency caused by packet buffering or congestion.
```promql
sum(rate(envoy_tcp_downstream_cx_rx_bytes_buffered{}[10m])) by (local_cluster)

Loading…
Cancel
Save