diff --git a/exporter/clickhouseexporter/README.md b/exporter/clickhouseexporter/README.md index 7b0192390b38..1ba6214d9689 100644 --- a/exporter/clickhouseexporter/README.md +++ b/exporter/clickhouseexporter/README.md @@ -2,7 +2,11 @@ **Status: experimental** -Supported pipeline types: logs. +| Status | | +| ------------------------ |-----------| +| Stability | [beta] | +| Supported pipeline types | logs | +| Distributions | [contrib] | This exporter supports sending OpenTelemetry logs to [ClickHouse](https://clickhouse.com/). It will also support spans and metrics in the future. > ClickHouse is an open-source, high performance columnar OLAP database management system for real-time analytics using SQL. @@ -111,4 +115,7 @@ INDEX idx_res_keys LogAttributes.Key TYPE bloom_filter(0.01) GRANULARITY 64 TTL Timestamp + INTERVAL 3 DAY PARTITION BY toDate(Timestamp) ORDER BY (toUnixTimestamp(Timestamp)); -``` \ No newline at end of file +``` + +[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta +[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib \ No newline at end of file