Hello Everyone, I want to ask that, Currently we are using jaeger for an tracing purpose, so can we ...
p
Hello Everyone, I want to ask that, Currently we are using jaeger for an tracing purpose, so can we send trace from an jaeger collector to an signoz-otel-collector?
s
That's unnecessary. You can just send the data directly from the application to signoz-otel-collector either by OTLP or jaeger receiver https://github.com/SigNoz/signoz/blob/b85b9f42ed7d18b56fa3ef2e873c7f57559e540c/deploy/docker/clickhouse-setup/otel-collector-config.yaml#L27
p
i want to do like this because we have setup with istio, and we have already setup jaeger with istio which is complex somewhat, so currrently we have traces in jarger collector, so if there is any way to just connect jaeger collector to signoz collector it will solve my problem.