-
Hello there! We are using kamon as our tracing library and as some of our projects use However, it would seem that there have been no commits for a couple of years - is the library still maintained? Is there a better way to enable kamon tracing for services using |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
hey @a7emenov, thanks for bringing this up! Just to summarize what I just described in kamon-io/kamon-http4s#54, there is a ton of progress that @vaslabs put on a PR, but I'm low on bandwidth and http4s is not a library I have personal experience with, so I have to either invest some time to learn how to use it and the internals of it to really know that the instrumentation is doing the right thing, or find someone willing to do that part and just guide them on the Kamon-related stuff 😄 I think the best way to go ahead with this would be to look at kamon-io/kamon-http4s#50, ensure it is working fine, and then bring it to the main repo so it gets released with the rest of the libraries. Is that something that you or your time have some time to try out? |
Beta Was this translation helpful? Give feedback.
hey @a7emenov, thanks for bringing this up!
Just to summarize what I just described in kamon-io/kamon-http4s#54, there is a ton of progress that @vaslabs put on a PR, but I'm low on bandwidth and http4s is not a library I have personal experience with, so I have to either invest some time to learn how to use it and the internals of it to really know that the instrumentation is doing the right thing, or find someone willing to do that part and just guide them on the Kamon-related stuff 😄
I think the best way to go ahead with this would be to look at kamon-io/kamon-http4s#50, ensure it is working fine, and then bring it to the main repo so it gets released with the rest of the libraries. Is…