pjfanning commented on issue #1484: URL: https://github.com/apache/pekko/issues/1484#issuecomment-2361116197
@lrytz Thanks for your assistance. If you have time, would you be able my observation below? One of the Kamon instrumentation issues with the Pekko code compiled with Scala 2 inlining enabled appears to be with `final case class ThreadPoolConfig` and Kamon instrumentation looking to instrument the derived `copy` function that gets added to all case classes. I tried adding `@noinline` as an annotation at the case class level but that did not appear to help. I might try declaring an `@noinline override def copy` on this class but I'm wondering if there is a better way to do this. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
