-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
I have issue in connecting with Clickhouse, when I run
docker-compose -f docker/demo.yaml up -d odd-collector
nothing happen and in the log I got this error
odd-collector-1 | 2024-11-06 07:38:46.166 | ERROR | odd_collector_sdk.collector:run:140 - local variable 'response' referenced before assignment
This is the configuration I used in collector_config
platform_host_url: http://localhost:8080
default_pulling_interval: 10
token: "FtxaHSiDSibuTIJGTsFA6rpihBKFy4uEOfvXMzEZ"
plugins:
- type: clickhouse
name: clickhouse_demo
description: "demo" # Optional string
host: y2gdfztnob.europe-west4.gcp.clickhouse.cloud
port: 8443
database: public
user: default
password: 12345
secure: False
verify: True
query_limit: 0 # Optional string, default 0
babaMar
Metadata
Metadata
Assignees
Labels
No labels