Skip to content

storage

The configuration for deep storage module

Type: object

Path: storage


tracepoint

Type: object

Path: storage.tracepoint


backend

The supported storage backends are gcs, s3 and azure

Default: local

Type: string

Path: storage.tracepoint.backend


wal

Type: object

Path: storage.tracepoint.wal


path

Default: /var/deep/wal

Type: string

Path: storage.tracepoint.wal.path


local

Type: object

Path: storage.tracepoint.local


path

Default: /var/deep/blocks

Type: string

Path: storage.tracepoint.local.path