25 Aug 2022 12:17 PM
Hi All,
Currently, I'm working with a legacy system that instrument the traces using OpenTracing. Without using oneAgent is there any way to publish that traces to Dynatrace?
Regards,
Sasin
Solved! Go to Solution.
25 Aug 2022 01:01 PM
Hi @sasin , sure is there: https://www.dynatrace.com/support/help/extend-dynatrace/opentelemetry#tabgroup--opentelemetry--instr...
You will send the data to Dynatrace using rest API (/api/v2/otlp/v1/traces).
25 Aug 2022 01:21 PM
Hi @dannemca,
Thank you for the quick response. But the thing is my system(WSO2 API manager) instruments the traces using OpenTracing. I have tried your solution and it is not working without OneAgent.
25 Aug 2022 01:59 PM
Oh my bad then, I misunderstood, sorry.
31 Aug 2022 03:38 AM
OpenTracing is now deprecated and OpenTelemetry is the new standard. I would highly recommend migrating to OpenTelemetry: https://opentelemetry.io/docs/migration/opentracing/
An OpenTracing to OTEL shim is available.
05 Dec 2022 07:52 AM
Hi Sasin,
you can use https://github.com/tbrandl-dynatrace/wso2-apimanager-dynatrace for doing OpenTracing with Dynatrace on WSO2.
Best regards,
Thomas