We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcf8f5b + a7c1fc5 commit e87f6c9Copy full SHA for e87f6c9
docs/use-cases/observability/clickstack/ingesting-data/schemas.md
@@ -232,9 +232,9 @@ CREATE TABLE otel_metrics_exponentialhistogram (
232
`Attributes` Map(LowCardinality(String), String) CODEC(ZSTD(1)),
233
`StartTimeUnix` DateTime64(9) CODEC(Delta, ZSTD(1)),
234
`TimeUnix` DateTime64(9) CODEC(Delta, ZSTD(1)),
235
- `Count UInt64` CODEC(Delta, ZSTD(1)),
236
- `Sum Float64` CODEC(ZSTD(1)),
237
- `Scale Int32` CODEC(ZSTD(1)),
+ `Count` UInt64 CODEC(Delta, ZSTD(1)),
+ `Sum` Float64 CODEC(ZSTD(1)),
+ `Scale` Int32 CODEC(ZSTD(1)),
238
`ZeroCount` UInt64 CODEC(ZSTD(1)),
239
`PositiveOffset` Int32 CODEC(ZSTD(1)),
240
`PositiveBucketCounts` Array(UInt64) CODEC(ZSTD(1)),
0 commit comments