diff --git a/configuration/analytics.mdx b/configuration/analytics.mdx index bf58d4c..f6227cc 100644 --- a/configuration/analytics.mdx +++ b/configuration/analytics.mdx @@ -8,9 +8,11 @@ description: This document describes various configuration mechanisms for contro Since [v1.37.0](https://github.com/flipt-io/flipt/releases/tag/v1.37.0) Flipt includes functionality for reporting analytical data to a configurable storage engine. Currently, Flipt has support for reporting data into: + - [Clickhouse](https://clickhouse.com/) The data that gets reported into the storage backends are currently: + - Flag Evaluation Count All of these analytics are viewable on the UI, and users can look back up to 24 hours of data for each metric. diff --git a/configuration/overview.mdx b/configuration/overview.mdx index 1e165fd..b7b2d4f 100644 --- a/configuration/overview.mdx +++ b/configuration/overview.mdx @@ -322,18 +322,18 @@ export FLIPT_CORS_ALLOWED_ORIGINS="http://localhost:3000 http://localhost:3001" ### Analytics -| Property | Description | Default | Since | -| ------------------------------| -------------------------------------------------- | ------- | ------- | -| analytics.buffer.flush_period | Duration to wait before sending events to sinks | 10s | v1.37.0 | +| Property | Description | Default | Since | +| ----------------------------- | ----------------------------------------------- | ------- | ------- | +| analytics.buffer.flush_period | Duration to wait before sending events to sinks | 10s | v1.37.0 | #### Analytics: Clickhouse -| Property | Description | Default | Since | -| ------------------------------| ------------------------------------------------------------------------ | ------- | ------- | -| analytics.clickhouse.enabled | Switch for connection to clickhouse | false | v1.37.0 | -| analytics.clickhouse.url | URL for the clickhouse server | | v1.37.0 | -| analytics.clickhouse.username | Username for the clickhouse server | | v1.37.0 | -| analytics.clickhouse.password | Password for the clickhouse server | | v1.37.0 | +| Property | Description | Default | Since | +| ----------------------------- | ----------------------------------- | ------- | ------- | +| analytics.clickhouse.enabled | Switch for connection to clickhouse | false | v1.37.0 | +| analytics.clickhouse.url | URL for the clickhouse server | | v1.37.0 | +| analytics.clickhouse.username | Username for the clickhouse server | | v1.37.0 | +| analytics.clickhouse.password | Password for the clickhouse server | | v1.37.0 | ### Tracing