Datadog/dd-trace-go #1918
trajanoreuter
started this conversation in
General
Replies: 1 comment 2 replies
-
Hello @trajanoreuter, Unfortunately, Iris version 6 is very very old and it's not supported anymore. If you need help to upgrade your app to the latest Iris version (v12.2.0-betaX), please send me a message at https://chat.iris-go.com so we can arrange a call. If you don't have time to upgrade your web app, I can do it for you for absolutely free (and fix the ddtrace integration issue you have too). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, I'm working on a project and I'm trying to use dd-trace. I didn't find any pre-integration (https://github.com/DataDog/dd-trace-go/tree/main/contrib) so I'm trying to do it from scratch.
unfortunately my project is old and uses iris.v6.
I have this sample code that works almost 100% fine, but the function
FinishRequestSpan
has one problem.I commented the problem in InitDatadogMiddleware.
I know the focus would be on the framework itself, but I hope someone has some ideas. Thanks
go version 1.15
Beta Was this translation helpful? Give feedback.
All reactions