Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/grafana/dskit
/ Flush
Method
Flush
ring/flush.go:17–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
15
// After calling TransferOut and then Flush, lifecycler stops.
16
type
FlushTransferer
interface
{
17
Flush()
18
TransferOut(ctx context.Context) error
19
}
20
Callers
5
Flush
Method · 0.65
processShutdown
Method · 0.65
TestBadResponseLoggingWriter_WithAndWithoutFlusher
Function · 0.65
Flush
Method · 0.65
WithFlushPeriod
Function · 0.65
Implementers
3
NoopFlushTransferer
ring/flush.go
nopFlushTransferer
ring/lifecycler_test.go
noopFlushTransferer
ring/lifecycler_test.go
Calls
no outgoing calls
Tested by
1
TestBadResponseLoggingWriter_WithAndWithoutFlusher
Function · 0.52