Skip to content

storage

To configure a different storage backend instead of local storage:
storage:
tracepoint:
backend: s3
s3:
bucket: <bucketname>
access_key: <token>
secret_key: <secret>
region: eu-west-1
endpoint: s3.dualstack.eu-west-1.amazonaws.com

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