-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Description
Component(s)
exporter/kafka, receiver/kafka
Describe the issue you're reporting
For the Kafka receiver, the default topic is always otlp_spans
:
defaultTopic = "otlp_spans" |
Topic: defaultTopic, |
For the Kafka exporter, the default topic is otlp_spans
for traces, otlp_metrics
for metrics, otlp_logs
for logs:
// using an empty topic to track when it has not been set by user, default is based on traces or metrics. |
oCfg.Topic = defaultMetricsTopic |
The default values should be identical for the Kafka receiver and exporter.