Closed ReginaldoSantos closed 1 year ago
I personally do not have any experience with APM Server, but the Jaeger exporter uses Opencensus instead of OpenTelemetry.
Let us know if you managed to integrate it.
We did shift to KrakenD successfully, however, there's still this open gap!
As soon as I have time to get back into this I will give it a try and let you know. Tks.
This issue is marked as stale because it has been open over 90 days with no activity. Remove the stale label or comment or this will be closed in 15 days.
This issue was closed because it has been marked as stalled for 15 days with no activity.
This issue was marked as resolved a long time ago and now has been automatically locked as there has not been any recent activity after it. You can still open a new issue and reference this link.
Environment info: devopsfaith/krakend:2.0.4 successfully deployed with flexible configuration.
Describe what are you trying to do: I have distributed tracing for http requests configured with Elastic APM server (and EFK stack). Thus, BFF in NodeJS, Spring Cloud Gateway and Microservices in Java/Spring are all instrumented with elastic apm agents.
However, we are moving now to KrakenD (replacing Spring Cloud Gateway) and I'm wondering if there is some way to keep using the very same tracing stack.
Is this somehow possible? Could any of the exporters send trace information to APM Server out of the box so it can be visualized in Kibana's APM view?
Your configuration file: krakend.json snippet
Additional comments:
For example, as both jaeger and apm support OTel, would jaeger exporter work?
If not, is there another way? (maybe setting some communication between jaeger and apm-server?)