Ritesh
Ritesh
I see fix in latest release release https://github.com/autonomousapps/dependency-analysis-gradle-plugin/blob/main/CHANGELOG.md#version-1290 [Fix] Don't leak Kotlin stdlib from shaded dependencies. But, i am still running into Unused dependencies which should be removed from module...
I am also facing the same issue, any leads?
Looks very similar to https://github.com/google/ksp/issues/881 - looks like it was fixed in recent version of ksp.
Any plans on merging the opened PR ?
Our CI logs and build scans are filled with these logs. Would appreciate an update on this issue or if there's a way to disable the logs.
Thanks @ZacSweers for opening the PR. Right on time 😆 I was in the process of creating one!!
Thanks @oleg-nenashev I wonder, if this plugin also grabs information regarding the systems/runners, creating one single trace. For, example - Running a workflow on CI on different machines, and see...
Thanks @craigatk I definitely, missed - https://github.com/craigatk/opentelemetry-gradle-plugin?tab=readme-ov-file#remote-parent-trace I was more thinking towards the capability of combining different trace outside of gradle, like https://github.com/open-telemetry/opentelemetry-collector-contrib/issues/27460 (when that capability exists), to have more...
Spinned local instance of JegerUI ``` docker run -d --name jaeger \ -e COLLECTOR_ZIPKIN_HTTP_PORT=9411 \ -p 5775:5775/udp \ -p 6831:6831/udp \ -p 6832:6832/udp \ -p 5778:5778 \ -p 16686:16686 \...
Thanks @craigatk - 🙌 I can see the traces.