Liudmila Molkova
Liudmila Molkova
Events are described here https://docs.microsoft.com/en-us/azure/service-bus-messaging/service-bus-end-to-end-tracing
### Library name Azure.Containers.ContainerRegistry ### Please describe the feature. Add troubleshooting guide for ACR. Here's [Java TSG](https://github.com/Azure/azure-sdk-for-java/blob/main/sdk/containerregistry/azure-containers-containerregistry/TROUBLESHOOTING.md).
I'm trying to use HttpClientHandler with OkHttp and use it inside [network interceptor](https://github.com/square/okhttp/wiki/Interceptors#network-interceptors). When HttpClientHandler.handleStart is invoked, it supposed to inject header. Unfortunately, OkHttp uses builder pattern to construct requests...
## Changes Draft of CosmosDB direct (TCP mode) dependency tracking (coming in future versions of Cosmos DB v3 SDK). Uses attributes outlined [here](https://github.com/Azure/azure-cosmos-dotnet-v3/issues/3058) and additional cosmos diagnostics is coming from...
`Activity.Tags` is a property bag with string key value pairs. Tags only belong to current activity and does not flow to the child activities (internal or external). ApplicationInsights should copy...
https://github.com/Azure/azure-sdk-for-net/issues/6813 https://github.com/microsoft/ApplicationInsights-dotnet-server/issues/1259 There is not much value in reporting certain calls from ServiceBus. They could be empty receive calls that end up in timeout (no messages on the Bus). We...
1. Simplifies testing alternative dependency versions 2. Runs tests against - supported Jackson versions for core and servicebus - supported Reactor versions for core, SB and EH 3. Runs tests...
In Messaging Instrumentation WG, we're looking for the proper way to trace multiple messages sent within a single batch. We do not have a concept for this in tracing spec...
With #2602 `net.app.protocol.name` and `net.app.protocol.version` would be a standard way to describe protocol and `http.flavor` can be removed. > `http.flavor` has the following list of well-known values. If one of...
Let's assume we have two stable instrumentations which don't populate schema URL. One of them implements version `X`, and another implements version `Y` (probable case for different languages or different...