-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Open
Labels
Description
Company or project name
No response
Use case
Better Introspection
Describe the solution you'd like
For opentelemetry_trace_processors = 1 , introduce one more attribute, clickhouse.processor_uniq_id, which will map to column from system.processors_profile_log table
Ok, there is already some kind of relationship
| span = std::make_unique<OpenTelemetry::SpanHolder>(node->processor->getUniqID()); |
Alternative, is to introduce numerical id of processor -> clickhouse.processor_id
Describe alternatives you've considered
No response
Additional context
No response
Reactions are currently unavailable