Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ ringInstance
Struct
ringInstance
ring/ownership_priority_queue.go:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
}
13
14
type
ringInstance
struct
{
15
instanceID int
16
}
17
18
func
(ri ringInstance) key() int {
19
return
ri.instanceID
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected