Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/prometheus/prometheus
/ Stat
Method
Stat
tsdb/wlog/wlog.go:80–80 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
78
// SegmentFile represents the underlying file used to store a segment.
79
type
SegmentFile
interface
{
80
Stat() (os.FileInfo, error)
81
Sync() error
82
io.Writer
83
io.Reader
Callers
15
TestCompactionFailWillCleanUpTempDir
Function · 0.80
OpenDBReadOnly
Function · 0.80
FlushWAL
Method · 0.80
loadDataAsQueryable
Method · 0.80
Block
Method · 0.80
deleteBlocks
Method · 0.80
TestWALSegmentSizeOptions
Function · 0.80
TestOpen_VariousBlockStates
Function · 0.80
TestCorruptedChunk
Function · 0.80
TestWALSegmentSizeOptions_AppendV2
Function · 0.80
Lock
Method · 0.80
TestDirLockerUsage
Function · 0.80
Calls
no outgoing calls
Tested by
12
TestCompactionFailWillCleanUpTempDir
Function · 0.64
TestWALSegmentSizeOptions
Function · 0.64
TestOpen_VariousBlockStates
Function · 0.64
TestCorruptedChunk
Function · 0.64
TestWALSegmentSizeOptions_AppendV2
Function · 0.64
TestDirLockerUsage
Function · 0.64
TestHeadReadWriter_ReadRepairOnEmptyLastFile
Function · 0.64
TestLocking
Function · 0.64
TestReaderFuzz_Live
Function · 0.64
TestWALRepair_ReadingError
Function · 0.64
TestCorruptAndCarryOn
Function · 0.64
assertCheckpointExists
Function · 0.64