We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a538d8a commit 0287bb7Copy full SHA for 0287bb7
pkg/kv/kvclient/kvcoord/dist_sender.go
@@ -368,6 +368,9 @@ func makeDistSenderRangeFeedMetrics() DistSenderRangeFeedMetrics {
368
}
369
370
371
+// MetricStruct implements metrics.Struct interface.
372
+func (DistSenderRangeFeedMetrics) MetricStruct() {}
373
+
374
// updateCrossLocalityMetricsOnReplicaAddressedBatchRequest updates
375
// DistSenderMetrics for batch requests that have been divided and are currently
376
// forwarding to a specific replica for the corresponding range. The metrics
0 commit comments