diff --git a/templates/compose/signoz.yaml b/templates/compose/signoz.yaml index 6492037dd..397e7a747 100644 --- a/templates/compose/signoz.yaml +++ b/templates/compose/signoz.yaml @@ -83,21 +83,60 @@ services: max-file: "3" volumes: - type: bind - source: ./clickhouse/config.d/config.xml - target: /etc/clickhouse-server/config.d/config.xml + source: ./clickhouse/config.xml + target: /etc/clickhouse-server/config.xml content: | + 4096 + 3 + 100 + 5368709120 + 1000 + 134217728 + 10000 + + *_dictionary.xml + *function.xml + /var/lib/clickhouse/user_scripts/ information - json + json 01 example01-01-1 - *function.xml + + /metrics + 9363 + true + true + true + true + + + engine MergeTree + partition by toYYYYMM(finish_date) + order by (finish_date, finish_time_us, trace_id) + + + + hide encrypt/decrypt arguments + ((?:aes_)?(?:encrypt|decrypt)(?:_mysql)?)\s*\(\s*(?:'(?:\\'|.)+'|.*?)\s*\) + \1(???) + + + + false + false + https://6f33034cfe684dd7a3ab9875e57b1c8d@o388870.ingest.sentry.io/5226277 + + + 268435456 + true + - type: bind source: ./clickhouse/custom-function.xml