kv: clear network stats of a cluster's nodes #59400
Labels
A-cc-enablement
Pertains to current CC production issues or short-term projects
A-observability-inf
A-server-networking
Pertains to network addressing,routing,initialization
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-observability
X-server-triaged-202105
Is your feature request related to a problem? Please describe.
There is no way to clear the network stats of a cluster's nodes. Also the network stats do not clear automatically after a certain amount of time has passed. This causes Network Latency page in DB Console not to load and stats referencing dead nodes create unrecoverable failure in db console network page #59322
Describe the solution you'd like
Create a manual way to clear the network stats of a cluster's nodes. Also create a way for the network stats to clear automatically after a certain amount of time has passed.
more specifically, this "activity" table in the NodeStatus proto:
https://github.com/cockroachdb/cockroach/blob/master/pkg/server/status/statuspb/status.proto#L77-L82
Describe alternatives you've considered
Additional context
Jira issue: CRDB-3293
Epic CRDB-20794
The text was updated successfully, but these errors were encountered: