microsoft / ApplicationInsights-Java

Application Insights for Java
http://aka.ms/application-insights
Other
295 stars 200 forks source link

Add documentation on manually correlating telemetry on Queue operations in Java SDK #601

Closed grlima closed 3 years ago

grlima commented 6 years ago

.NET Examples are here: https://docs.microsoft.com/en-us/azure/application-insights/application-insights-custom-operations-tracking

dhaval24 commented 6 years ago

@grlima I believe you had some similar examples in an email conversation. If you can upload it here, may be @nikmd23 can assist in documenting this? Does that work for you @nikmd23 ?

nikmd23 commented 6 years ago

Yes, please post the examples here @grlima.

benjamin-bader commented 5 years ago

Hi, any update on this? We'd very much like some kind of auto-correlation for non-HTTP-request workflows. We're currently hacking it by setting up a fake RequestTelemetryContext, but we'd love to avoid relying on internal details.

trask commented 4 years ago

What queue library are you using? 3.0 Preview supports auto-collection of Kafka and JMS

timmhirsens commented 4 years ago

Something like this would probably also be needed to allow the tracking of batch-like operation, or is there a way to do this today?

trask commented 3 years ago

Closing this, messaging telemetry is auto-correlated in 3.x for Kafka, JMS, and RabbitMQ. Please open a new issue if messaging correlation across any other framework is needed. thx!