Skip to content

Commit

Permalink
[docs] Add status header for clickhouse exporter (open-telemetry#10310)
Browse files Browse the repository at this point in the history
Add status header for clickhouse
  • Loading branch information
Frapschen authored and kentquirk committed Jun 13, 2022
1 parent a54cf2b commit edc19dd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions exporter/clickhouseexporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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));
```
```

[beta]:https://github.com/open-telemetry/opentelemetry-collector#beta
[contrib]:https://github.com/open-telemetry/opentelemetry-collector-releases/tree/main/distributions/otelcol-contrib

0 comments on commit edc19dd

Please sign in to comment.