Trask Stalnaker

Results 339 comments of Trask Stalnaker

@bvahdat can you help me reproduce this behavior? I tested with https://github.com/trask/azure-sdk-examples/blob/main/servicebus/src/main/java/com/example/servicebus/Receiver.java, and I got the request telemetry and the correlated log telemetry and I test with https://github.com/trask/azure-sdk-examples/blob/main/servicebus/src/main/java/com/example/servicebus/ReceiverAsyncClient.java and https://github.com/trask/azure-sdk-examples/blob/main/servicebus/src/main/java/com/example/servicebus/ReceiverAsyncClientAlt.java,...

@bvahdat thx! from the screenshot it looks like in 3.2.11 the "Operation Id" and "Parent Id" are the same, which means it's a standalone log record and not correlated with...

check out the workaround described in https://github.com/Azure/azure-sdk-for-java/issues/26269

@bvahdat since you are using apache camel, you may want to try the apache camel preview instrumentation, it would be great to hear if/how that works out for you ```...

hi @bvahdat, I believe you received a build of Service Bus SDK that has fix for https://github.com/Azure/azure-sdk-for-java/issues/26269, does that resolve this issue? thx!

Closing, there are new 3.4.0 versions `applicationinsights-core` and `applicationinsights-web` artifacts that are modularized, and specifically target Application Insights Java 3.x. Please see [upgrading from 2.x](https://learn.microsoft.com/en-us/azure/azure-monitor/app/java-standalone-upgrade-from-2x).

@heyams it looks like a reasonable change, but I don't really understand the implications, maybe try it out when you are testing etw to understand it better?

Just wanted to post an update that we are planning to do this, probably sometime in the next few months.

hi @DominiqueClaes! Work on this has picked back up recently. We have split out a standalone component that contains trace, metrics and log exporters (https://github.com/microsoft/ApplicationInsights-Java/tree/main/agent/azure-monitor-exporter) and are planning to publish...

Closing, you can now use the Java agent's underlying OpenTelemetry exporters directly: https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/monitor/azure-monitor-opentelemetry-exporter/README.md