diff --git a/docs/src/cli/convert.md b/docs/src/cli/convert.md index 5e2ce642f..2748a2eb1 100644 --- a/docs/src/cli/convert.md +++ b/docs/src/cli/convert.md @@ -1,6 +1,6 @@ # Convert -The `convert` command is a CLI command designed to help users convert their a `Polkadot Launch` configuration to the ` Zombienet` configuration format. This tool is especially helpful for developers to migrate their projects to to Zombienet, without the need to manually rewrite their configurations. +The `convert` command is a CLI command designed to help users convert their a `Polkadot Launch` configuration to the ` Zombienet` configuration format. This tool is especially helpful for developers to migrate their projects to Zombienet, without the need to manually rewrite their configurations. ### Usage diff --git a/javascript/packages/orchestrator/src/providers/podman/resources/configs/tempo.yaml b/javascript/packages/orchestrator/src/providers/podman/resources/configs/tempo.yaml index e2dd09be2..ef705a1fa 100644 --- a/javascript/packages/orchestrator/src/providers/podman/resources/configs/tempo.yaml +++ b/javascript/packages/orchestrator/src/providers/podman/resources/configs/tempo.yaml @@ -38,7 +38,7 @@ storage: v2_index_downsample_bytes: 1000 # number of bytes per index record v2_encoding: zstd # block encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2 wal: - path: /tmp/tempo/wal # where to store the the wal locally + path: /tmp/tempo/wal # where to store the wal locally v2_encoding: snappy # wal encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2 local: path: /tmp/tempo/blocks diff --git a/javascript/packages/orchestrator/static-configs/tempo.yaml b/javascript/packages/orchestrator/static-configs/tempo.yaml index 6a1a8808b..2abe41f29 100644 --- a/javascript/packages/orchestrator/static-configs/tempo.yaml +++ b/javascript/packages/orchestrator/static-configs/tempo.yaml @@ -36,7 +36,7 @@ storage: index_downsample_bytes: 1000 # number of bytes per index record encoding: zstd # block encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2 wal: - path: /tmp/tempo/wal # where to store the the wal locally + path: /tmp/tempo/wal # where to store the wal locally encoding: snappy # wal encoding/compression. options: none, gzip, lz4-64k, lz4-256k, lz4-1M, lz4, snappy, zstd, s2 local: path: /tmp/tempo/blocks