You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
How should the params be configured for multiple tables?
Is configuring params as '/clickhouse/tables/{shard}/{table}', '{replica}' correct?
exporters:
clickhouse:
endpoint: tcp://127.0.0.1:9000?dial_timeout=10s&compress=lz4
database: otel
async_insert: true
ttl: 72h
create_schema: true
logs_table_name: otel_logs
traces_table_name: otel_traces
metrics_table_name: otel_metrics
timeout: 5s
retry_on_failure:
enabled: true
initial_interval: 5s
max_interval: 30s
max_elapsed_time: 300s
cluster_name: my_cluster
table_engine:
name: ReplicatedMergeTree
params: "['/clickhouse/tables/{shard}/otel_logs', '{replica}'],['/clickhouse/tables/{shard}/otel_traces', '{replica}'],['/clickhouse/tables/{shard}/otel_metrics', '{replica}']"
Beta Was this translation helpful? Give feedback.
All reactions