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

'ProfilerEvent' class does not include XEvent 'Action'(s) #2396

Closed
emchavez opened this issue Sep 20, 2024 · 0 comments · Fixed by #2397
Closed

'ProfilerEvent' class does not include XEvent 'Action'(s) #2396

emchavez opened this issue Sep 20, 2024 · 0 comments · Fixed by #2397

Comments

@emchavez
Copy link
Contributor

emchavez commented Sep 20, 2024

XeStreamObservable method OnEventRead(IXEvent xEvent) will wrap the XE Values into ProfilerEvent.Values which is further dispatched to current observers. However, the dictionary does not include the information from XE related to the 'Actions', only the 'Fields'.

public Dictionary<string, string> Values { get; private set; }

image

@emchavez emchavez changed the title Profiler Event missing data from XEvent 'Action'(s) 'ProfilerEvent' class does not include XEvent 'Action'(s) Sep 20, 2024
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 a pull request may close this issue.

1 participant