2021-01-16 14:02:25 +05:30
|
|
|
zookeeper:
|
|
|
|
|
autopurge:
|
|
|
|
|
purgeInterval: 1
|
|
|
|
|
|
2021-01-03 18:15:44 +05:30
|
|
|
kafka:
|
|
|
|
|
zookeeper:
|
|
|
|
|
enabled: false
|
|
|
|
|
externalZookeeper:
|
|
|
|
|
servers: ["signoz-zookeeper:2181"]
|
|
|
|
|
zookeeperConnectionTimeoutMs: 6000
|
|
|
|
|
|
|
|
|
|
druid:
|
2021-06-07 17:23:34 +05:30
|
|
|
image:
|
2021-06-07 17:55:26 +05:30
|
|
|
tag: 0.21.1-rc2
|
2021-06-07 17:23:34 +05:30
|
|
|
|
2021-01-03 18:15:44 +05:30
|
|
|
configVars:
|
2021-02-05 13:53:58 +05:30
|
|
|
|
|
|
|
|
# To store data on local disks attached
|
2021-01-03 18:15:44 +05:30
|
|
|
druid_extensions_loadList: '["druid-histogram", "druid-datasketches", "druid-lookups-cached-global", "postgresql-metadata-storage", "druid-kafka-indexing-service"]'
|
|
|
|
|
druid_storage_type: local
|
2021-02-05 13:53:58 +05:30
|
|
|
|
|
|
|
|
|
|
|
|
|
# # To store data in S3
|
|
|
|
|
# druid_extensions_loadList: '["druid-histogram", "druid-datasketches", "druid-lookups-cached-global", "postgresql-metadata-storage", "druid-kafka-indexing-service", "druid-s3-extensions"]'
|
2021-01-03 18:15:44 +05:30
|
|
|
# druid_storage_type: s3
|
|
|
|
|
# druid_storage_bucket: signoz-druid
|
|
|
|
|
# druid_storage_baseKey: baseKey
|
2021-01-03 19:00:04 +05:30
|
|
|
# AWS_ACCESS_KEY_ID: <your secret id>
|
|
|
|
|
# AWS_SECRET_ACCESS_KEY: <your secret key>
|
|
|
|
|
# AWS_REGION: <your region>
|
2021-01-03 18:15:44 +05:30
|
|
|
|
|
|
|
|
historical:
|
|
|
|
|
persistence:
|
2021-04-30 11:32:20 +05:30
|
|
|
size: "20Gi"
|
2021-01-03 18:15:44 +05:30
|
|
|
|
|
|
|
|
zkHosts: "signoz-zookeeper:2181"
|
|
|
|
|
|
|
|
|
|
zookeeper:
|
|
|
|
|
enabled: false
|
|
|
|
|
|
|
|
|
|
flattener-processor:
|
|
|
|
|
configVars:
|
|
|
|
|
KAFKA_BROKER: signoz-kafka:9092
|
|
|
|
|
KAFKA_INPUT_TOPIC: otlp_spans
|
|
|
|
|
KAFKA_OUTPUT_TOPIC: flattened_spans
|
|
|
|
|
|
|
|
|
|
query-service:
|
|
|
|
|
configVars:
|
|
|
|
|
DruidClientUrl: http://signoz-druid-router:8888
|
|
|
|
|
DruidDatasource: flattened_spans
|
2021-06-01 15:57:21 +05:30
|
|
|
STORAGE: druid
|