Iurii Egorov
Iurii Egorov
Well, I found that with .NET, probably it is possible to add custom properties using OpenTelemetry SDK like this: ``` Activity.Current.AddTag("Test", "Test"); ``` Not tried it on my own though....
`handleRequest()` in my code isn't my own private function but Spring Cloud Function Azure Adapter one. I've tried to wrap underlying `TestFunction.apply` method with `@WithSpan` annotation but it creates serious...
In the meantime, you stated that > Span.current() is a noop. However, I did some checks and found that `Span.current()`'s SpanId and TraceId are exactly matching corresponding span's properties in...
Hi @trask yes, it became clear to me right after I submitted that comment and digged a little more. So far I see that `Span.current()` will be a `PropagatedSpan`, though...
@valerius2k we hope you have achieved success with newer versions of packages so we close this issue.