Nayeem Kamal

Results 6 comments of Nayeem Kamal

@Ajay1735 Thank you for your feedback. At this time, the Java tracer does not have support for virtual threads with Java 21. Because of this, the behavior you are observing...

LGTM. @ygree 's suggestions are good for improving the readability of the changes.

These changes have been implemented in https://github.com/DataDog/dd-trace-java/pull/6827

Hi @sriraamas. I believe you should be able to achieve this by utilizing service mapping (`dd.service.mapping`) to explicitly set the names for your services. https://docs.datadoghq.com/tracing/trace_collection/library_config/java/#configuration-options

Thanks for the details about your issue @matsudamper ! It looks like your application is using graphql-java 21 which has recently upgraded from Java 8 to Java 11. `MinimalStage` does...

Hi @guizmaii , the Datadog Java tracer is currently not designed to be run alongside another Java agent and can sometimes cause application crashes when ran with other tracers/agents. Does...