Skip to content

Commit

Permalink
clickhouse: disable some of the system.*_log tables
Browse files Browse the repository at this point in the history
  • Loading branch information
apetruhin committed Mar 1, 2024
1 parent 31e7787 commit ef184e7
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/coroot/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: coroot
description: A monitoring and troubleshooting tool for microservice architectures.
type: application
version: 0.8.13
version: 0.8.14
appVersion: "0.29.5"
dependencies:
- name: prometheus
Expand Down
12 changes: 12 additions & 0 deletions charts/coroot/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -420,6 +420,18 @@ clickhouse:
shards: 1
zookeeper:
enabled: false
extraOverrides: |
<clickhouse>
<asynchronous_metric_log remove="1"/>
<metric_log remove="1"/>
<query_log remove="1" />
<query_thread_log remove="1" />
<query_views_log remove="1" />
<part_log remove="1"/>
<text_log remove="1" />
<trace_log remove="1"/>
<opentelemetry_span_log remove="1"/>
</clickhouse>
opentelemetry-collector:
enabled: true
Expand Down

0 comments on commit ef184e7

Please sign in to comment.