Y
Hacker News
new
|
ask
|
show
|
jobs
by
akdor1154
440 days ago
I already have Opentelemetry traces and logs going to Clickhouse with the Clickhouse otel exporter.
Can i use Coroot to show my existing data, without it taking control of my DDL?
1 comments
nikolay_sivko
440 days ago
Initially, we relied on the ClickHouse OTEL exporter and its schema, but for performance optimization, we decided to modify our ClickHouse schema, and they are no longer compatible :(
link
akdor1154
440 days ago
Bummer, it'd be awesome if i could point it at data i already have, even if that meant a reduced feature set.
link
PeterZaitsev
439 days ago
How are you using this data right now ? If you plan to use Coroot for visualization why not to convert it to more efficient format Coroot uses ?
link