cockroachdb / cockroach

CockroachDB - the open source, cloud-native distributed SQL database.
https://www.cockroachlabs.com
Other
29.49k stars 3.7k forks source link

Capture network usage at the KV layer #97795

Open kevin-v-ngo opened 1 year ago

kevin-v-ngo commented 1 year ago

The current output of EXPLAIN tracks network usage which is only about messages between SQL processors, regardless of whether there was any network usage down in the KV level. This issue tracks ensuring network latency is tracked holistically both at the SQL and KV layer.

Related issue: https://github.com/cockroachlabs/support/issues/2079

Jira issue: CRDB-24890

Epic CRDB-32137

mgartner commented 1 year ago

We believe this issue is for Cluster Observability, so I'm removing it from our project. Please let us know if there is more needed from SQL Queries.