Configuring the Clickhouse backend (Self-Hosted)
otel
(configurable). To create it, run the following SQL command: CREATE DATABASE otel;
Create Scheme
checkbox field.CLICKHOUSE_CREATE_SCHEME
setting to value true
.Create Scheme
checkbox field.CLICKHOUSE_CREATE_SCHEME
setting to value false
.sql
files to your local machine.Supported Signals:
string
: Endpoint. The ClickHouse endpoint is the URL where the ClickHouse server is listening for incoming connections.
http://host:port
string
: Username. If Clickhouse Authentication is used, provide the username
string
: Password. If Clickhouse Authentication is used, provide the password
boolean
: Create Scheme. Should the destination create the schema for you? Set to false
if you manage your own schema, or true
to have Odigos create the schema for you
True
string
: Database Name. The name of the Clickhouse Database where the telemetry data will be stored. The Database will not be created when not exists, so make sure you have created it before
otel
string
: Traces Table. Name of the ClickHouse Table to use for storing trace spans. This name should be used in span queries
otel_traces
string
: Metrics Table. Name of the ClickHouse Table to use for storing metrics. This name should be used in metric queries
otel_metrics
string
: Logs Table. Name of the ClickHouse Table to use for storing logs. This name should be used in log queries
otel_logs
Add Destination
, select Clickhouse
and follow the on-screen instructionsclickhouse.yaml
)kubectl