MCPcopy
hub / github.com/grafana/tempo / WritesSupported

Method WritesSupported

tempodb/encoding/versioned.go:32–32  ·  view source on GitHub ↗

Whether these blocks should be compacted, if false the compactor will ignore these.

()

Source from the content-addressed store, hash-verified

30 // Feature detection methods:
31 CompactionSupported() bool // Whether these blocks should be compacted, if false the compactor will ignore these.
32 WritesSupported() bool // Whether this encoding can create new blocks, or is in deprecated read-only mode.
33
34 // CreateBlock with the given attributes and trace contents.
35 // BlockMeta is used as a container for many options. Required fields:

Callers 2

FromVersionForWritesFunction · 0.65
AllEncodingsForWritesFunction · 0.65

Implementers 4

Encodingtempodb/encoding/vparquet4/encoding.go
Encodingtempodb/encoding/vparquet5/encoding.go
Encodingtempodb/encoding/vparquet3/encoding.go
Encodingtempodb/encoding/unsupported/encoding.

Calls

no outgoing calls

Tested by

no test coverage detected