MCPcopy
hub / github.com/grafana/dskit / PropagationDelayTrackerDesc

Struct PropagationDelayTrackerDesc

kv/memberlist/propagation_tracker.pb.go:32–35  ·  view source on GitHub ↗

please upgrade the proto package PropagationDelayTrackerDesc stores beacons for tracking gossip propagation delay across the cluster. Beacons are cluster-wide (not per-node) and are keyed by a random beacon ID.

Source from the content-addressed store, hash-verified

30// across the cluster. Beacons are cluster-wide (not per-node) and are keyed
31// by a random beacon ID.
32type PropagationDelayTrackerDesc struct {
33 // Map of beacon_id -> beacon.
34 Beacons map[uint64]BeaconDesc `protobuf:"bytes,1,rep,name=beacons,proto3" json:"beacons" protobuf_key:"varint,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
35}
36
37func (m *PropagationDelayTrackerDesc) Reset() { *m = PropagationDelayTrackerDesc{} }
38func (*PropagationDelayTrackerDesc) ProtoMessage() {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected