Monitor telemetry exporter: no way to report exception from consumer span. #32387
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
Monitor - Exporter
Monitor OpenTelemetry Exporter
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Due to 21ee8ad#diff-91578a36a9cd93bc063569087dd9e7421dd054203bbf445a117c780ad4192e4aR438 all exception reported from consumer span will be ignored.
In this commit you accept exceptions either from remote span or internal span. However consider scenario:
Yes, we can set kind to SpanKind.Internal, but it breaks visual span representation in UI and semantics overall...
Note, that in this context we have enough information to report "resolved" exception.
The text was updated successfully, but these errors were encountered: