Skip to content

Commit 5c3f578

Browse files
authored
remove hard tabs
1 parent 3519d6e commit 5c3f578

File tree

1 file changed

+6
-6
lines changed
  • docs/use-cases/observability/clickstack/ingesting-data

1 file changed

+6
-6
lines changed

docs/use-cases/observability/clickstack/ingesting-data/schemas.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -251,12 +251,12 @@ CREATE TABLE otel_metrics_exponentialhistogram (
251251
`Min` Float64 CODEC(ZSTD(1)),
252252
`Max` Float64 CODEC(ZSTD(1)),
253253
`AggregationTemporality` Int32 CODEC(ZSTD(1)),
254-
INDEX idx_res_attr_key mapKeys(ResourceAttributes) TYPE bloom_filter(0.01) GRANULARITY 1,
255-
INDEX idx_res_attr_value mapValues(ResourceAttributes) TYPE bloom_filter(0.01) GRANULARITY 1,
256-
INDEX idx_scope_attr_key mapKeys(ScopeAttributes) TYPE bloom_filter(0.01) GRANULARITY 1,
257-
INDEX idx_scope_attr_value mapValues(ScopeAttributes) TYPE bloom_filter(0.01) GRANULARITY 1,
258-
INDEX idx_attr_key mapKeys(Attributes) TYPE bloom_filter(0.01) GRANULARITY 1,
259-
INDEX idx_attr_value mapValues(Attributes) TYPE bloom_filter(0.01) GRANULARITY 1
254+
INDEX idx_res_attr_key mapKeys(ResourceAttributes) TYPE bloom_filter(0.01) GRANULARITY 1,
255+
INDEX idx_res_attr_value mapValues(ResourceAttributes) TYPE bloom_filter(0.01) GRANULARITY 1,
256+
INDEX idx_scope_attr_key mapKeys(ScopeAttributes) TYPE bloom_filter(0.01) GRANULARITY 1,
257+
INDEX idx_scope_attr_value mapValues(ScopeAttributes) TYPE bloom_filter(0.01) GRANULARITY 1,
258+
INDEX idx_attr_key mapKeys(Attributes) TYPE bloom_filter(0.01) GRANULARITY 1,
259+
INDEX idx_attr_value mapValues(Attributes) TYPE bloom_filter(0.01) GRANULARITY 1
260260
)
261261
ENGINE = SharedMergeTree('/clickhouse/tables/{uuid}/{shard}', '{replica}')
262262
PARTITION BY toDate(TimeUnix)

0 commit comments

Comments
 (0)