You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, in pulsar_exporter, configuration items only supports specify a single topic name for traces/metrics/logs.
And traces/metrics/logs exporter has default topic name(otlp_spans for traces, otlp_logs for logs and otlp_metrics for metrics), say, if users specify a topic for traces, but couldn't specify topic for logs and metrics. If users want to start a metrics exporter pipeline, it will be failed, because otlp_spansotlp_logs and otlp_metrics is not pulsar topic name pattern.
A topic name pattern must comply with a certain patter(pulsar://tenant/namespace/topic_name, example: pulsar://public/default/otlp_spans).
Also, pulsar_exporter only provide a single encoding configuration for logs,traces and metrics. Say, users want to use jaeger_proto for traces, but it couldn't apply to metrics and logs.
In this conditions, users have to config as below:
This issue has been inactive for 60 days. It will be closed in 60 days if there is no activity. To ping code owners by adding a component label, see Adding Labels via Comments, or if you are unsure of which component this issue relates to, please ping @open-telemetry/collector-contrib-triagers. If this issue is still relevant, please ping the code owners or leave a comment explaining why it is still relevant. Otherwise, please close it.
Component(s)
exporter/pulsar
Is your feature request related to a problem? Please describe.
Currently, in pulsar_exporter, configuration items only supports specify a single topic name for traces/metrics/logs.
And traces/metrics/logs exporter has default topic name(otlp_spans for traces, otlp_logs for logs and otlp_metrics for metrics), say, if users specify a topic for traces, but couldn't specify topic for logs and metrics. If users want to start a metrics exporter pipeline, it will be failed, because
otlp_spans
otlp_logs
andotlp_metrics
is not pulsar topic name pattern.A topic name pattern must comply with a certain patter(pulsar://tenant/namespace/topic_name, example: pulsar://public/default/otlp_spans).
Also, pulsar_exporter only provide a single
encoding
configuration for logs,traces and metrics. Say, users want to usejaeger_proto
for traces, but it couldn't apply to metrics and logs.In this conditions, users have to config as below:
This is relatively complex, so I hope to make pulsar_exporter more configurable.
Describe the solution you'd like
Provide extra configuration items:
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: