Whether these blocks should be compacted, if false the compactor will ignore these.
()
| 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: |