Skip to content
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

Update start stop activity computer to support OpenTelemetry-Sdk EventSource #2139

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

xiaomi7732
Copy link
Member

@xiaomi7732 xiaomi7732 commented Jan 3, 2025

Description

The OpenTelemetry SDK event source is emitting request start/stop information, but the format differs from what TraceEvent expects for start/stop operations. This mismatch prevents proper recognition of activities in the CallTree view.

This change introduces an exception to accommodate the OpenTelemetry SDK’s event format, ensuring that start/stop activities are correctly recognized and displayed in the CallTree view.

Details:
For reference, see the implementation in the OpenTelemetry SDK:
OpenTelemetrySdkEventSource.cs

Before the change:
image

After the change:
image

Tagging @brianrob for awareness.

OpenTelemetry-SDK event source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants