Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/tempo
/ Key
Method
Key
pkg/flushqueues/priority_queue.go:24–24 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
// Op is an operation on the priority queue.
23
type
Op
interface
{
24
Key() string
25
Priority() int64
// The larger the number the higher the priority.
26
}
27
Callers
7
commonKafkaClientOptions
Function · 0.65
Enqueue
Method · 0.65
Dequeue
Method · 0.65
TestConcurrentDequeue
Function · 0.65
Enqueue
Method · 0.65
Clear
Method · 0.65
ParseSearchRequestWithDefault
Function · 0.65
Implementers
3
completeOp
modules/livestore/live_store_backgroun
localCompleteBlockOp
modules/livestore/complete_block_lifec
mockOp
pkg/flushqueues/exclusivequeues_test.g
Calls
no outgoing calls
Tested by
1
TestConcurrentDequeue
Function · 0.52