Jonathan Barazany
Jonathan Barazany
That's not true. I use AI in AWS, it works the same as in Azure's VMs. The endpoint they are trying to call contains additional metadata about the VM, Azure...
Check this out: https://github.com/microsoft/ApplicationInsights-node.js/issues/973
getCorrelationContext() returns different traceparent in same operation before/after dependency call
> @johnib spanId will end as part of the "id" of the telemetry generated by the SDK, allowing us to differentiate between all other operations in the same trace, what...
Hey, I have better conjecture on what's causing this. It's unrelated directly to the duration of the operation, it just happens more frequent for long running ones. What I believe...
We'll, the thing is @hectorhdzg, the fact that the request ended, doesn't mean that all related telemetry has been generated yet, nor the triggered flows have been terminated. In my...
@cijothomas , based on the milestones mentioned above, can we assume that v2.14 already fixes that? Thanks
where we at with this? I would really like to have it ready for use soon
Why isn't configuring the retry policy to be only on category 1? Categories 2 and 3 won't be retried at all. Polly exposes the relevant methods for checking the inner...
> The hedging will be adopted directly in `Polly.Core` for V8. The API will be adjusted to conform to v8 shape. > > * Options based > * Hedging extensions...