Skip to content

Clickhouse Collector- local variable 'response' #115

@Sajjad12518

Description

@Sajjad12518

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions