Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Qryn exporter use local tables when clustered_clickhouse is true #115

Open
hotoroy opened this issue Feb 4, 2025 · 0 comments
Open

Qryn exporter use local tables when clustered_clickhouse is true #115

hotoroy opened this issue Feb 4, 2025 · 0 comments

Comments

@hotoroy
Copy link

hotoroy commented Feb 4, 2025

  exporters:
    qryn:
      clustered_clickhouse: true
      sending_queue:
        num_consumers: 25
        queue_size: 20000

i think

return `INSERT INTO traces_input (

need use _dist suffix when insert rows for correct work.
I use 0.0.14 version collector
We declare clustered_clickhouse: true, but this does not affect anything, local tables are used instead of clustered ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant