mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-26 12:02:19 +00:00
45 lines
1.3 KiB
YAML
45 lines
1.3 KiB
YAML
kafka:
|
|
zookeeper:
|
|
enabled: false
|
|
externalZookeeper:
|
|
servers: ["signoz-zookeeper:2181"]
|
|
zookeeperConnectionTimeoutMs: 6000
|
|
|
|
druid:
|
|
configVars:
|
|
druid_extensions_loadList: '["druid-histogram", "druid-datasketches", "druid-lookups-cached-global", "postgresql-metadata-storage", "druid-kafka-indexing-service"]'
|
|
druid_storage_type: local
|
|
# druid_storage_type: s3
|
|
# druid_storage_bucket: signoz-druid
|
|
# druid_storage_baseKey: baseKey
|
|
# aws_accessKeyId: <your secret id>
|
|
# aws_secretKey: <your secret key>
|
|
# druid_s3_accessKey: <your secret id>
|
|
# druid_s3_secretKey: <your secret key>
|
|
# AWS_ACCESS_KEY_ID: <your secret id>
|
|
# AWS_SECRET_ACCESS_KEY: <your secret key>
|
|
# AWS_REGION: <your region>
|
|
|
|
historical:
|
|
persistence:
|
|
size: "12Gi"
|
|
|
|
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
|
|
|
|
frontend:
|
|
configVars:
|
|
REACT_APP_QUERY_SERVICE_URL: http://localhost:3000/api/v1/ |