-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AzureMonitorTraceExporter
exports spans, but drops their events
#21747
Comments
Thanks for the feedback, we’ll investigate asap. |
@ranweiler |
Thanks @lzchen, that confirms my reading of the exporter code.
|
|
Update on this issue here. Span events will be mapped to |
Release app microsoft.app 2022 10 01 (Azure#21683) * Adds base for updating Microsoft.App from version preview/2022-06-01-preview to version 2022-10-01 * Updates readme * Updates API version in new specs and examples * Add AppState and LatestReadyRevisionName (Azure#21034) * Add new props * add defaults * Add swagger for client cert & CORS policy (Azure#21126) * Fix password format of env domain for 2022-10-01 (Azure#21463) * fix * fix * Remove AppState property as we decided to postpone it (Azure#21483) * Remove AppState property as we decided to postpone it * Fix swagger issues * More swagger fixes * s360 swagger correctness fixes (Azure#21472) Co-authored-by: Nan Jiang <[email protected]> * Add kind for managed environment (Azure#21589) * add * fix * fix (Azure#21730) * fix (Azure#21747) Co-authored-by: p-bouchon <[email protected]> Co-authored-by: Ruslan Yakushev <[email protected]> Co-authored-by: zhenqxuMSFT <[email protected]> Co-authored-by: najian <[email protected]> Co-authored-by: Nan Jiang <[email protected]>
azure-monitor-opentelemetry-exporter
Describe the bug
AzureMonitorTraceExporter
does not submit events that belong to a span.To Reproduce
Here is a small script that repros:
Expected behavior
Spans should viewable in Application Insights, such as in the Transaction Search.
Events should also be viewable, and linked to their containing span.
In the above example,
my_span
should contain two events (my_event_1
,my_event_2
).Screenshots
The Transaction Timeline View, where I would expect to see a "2 events" near the bottom, and the same events in the list of all telemetry items:
Additional context
I can observe that the events are being attached to the span, by using the
ConsoleSpanExporter
:The text was updated successfully, but these errors were encountered: