cockroachdb / cockroachdb/cockroach
Capture network usage at the KV layer
Open
C-enhancement
T-observability
- Dominant language
- Go
- Stars
- 32.5k
- Forks
- 4.1k
- PR merge metrics
- PR metrics pending
Description
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
Contributor guide
Assessment
This issue has not been assessed yet.