Brian Marks

Results 24 comments of Brian Marks

@mosesn #648 seems to have [implemented that](https://github.com/twitter/finagle/pull/648/files#diff-ee131d998bdfcff78f6d7d99e244c26eR44-R60), but it was never merged. I could re-open that PR and make any necessary adjustments to handle a merge conflict, but I don't...

I'm looking forward to this as well!

@elue we've made some improvements to our Spring handling in https://github.com/DataDog/dd-trace-java/pull/4770 Can you try the latest version of Spring (6.1.0) and Datadog (1.24.1) and let me know if the issue...

Hi @sriraamas, could you try using `dd.service.mapping` to map the IP address in addition to using `trace.db.client.split-by-host`? The resulting properties would be ``` -Ddd.trace.db.client.split-by-host=TRUE -Ddd.service.mapping=10.4.2.1:user-writer-instance.db.com ```

@sriraamas @tmccombs another option to try which can vary based on your setup is to use the option `dd.trace.db.client.split-by-instance` This will change the service name being used to be the...

Thanks for sharing that Given the information you provided, it indicates that `dd.trace.split-by-tags` may be beneficial for you. You can use it to identify and rename the service name for...

Hi @sriraamas thank you for your patience. I'm reaching out to confirm that, without [custom instrumentation](https://docs.datadoghq.com/tracing/trace_collection/custom_instrumentation/?tab=datadoglibraries), you are correct In this case, we'll attach this issue to a feature request...

Can you confirm if the fix in #5203 resolves your issue? It was released as part of [v1.15.0](https://github.com/DataDog/dd-trace-java/releases/tag/v1.15.0), but ideally you should use the latest release of [v.1.21.0](https://github.com/DataDog/dd-trace-java/releases/tag/v1.21.0)