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

[For private package] Add Entity Telemetry in exchange of EventGridNotification logs #2587

Draft
wants to merge 4 commits into
base: dev
Choose a base branch
from

Conversation

davidmrdavid
Copy link
Contributor

For private package only. IcM is = 423004777

As per this comment, the EventIds for some of our entity telemetry is not showing up in our telemetry yet.

This draft PR is a hack that swaps the ETW EventIds of EventGridNotifications for the Entity ETW events. That should suffice to let these critical logs surface to our Kusto server for investigation's sake.

Copy link
Collaborator

@sebastianburckhardt sebastianburckhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would update the version counter, otherwise seems fine

@@ -159,7 +159,7 @@ private EtwEventSource()
this.WriteEvent(209, TaskHub, AppName, SlotName, FunctionName, InstanceId, Reason, FunctionType, ExtensionVersion, IsReplay);
}

[Event(210, Level = EventLevel.Informational, Version = 3)]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would set version to 5 here since the previous version of event 233 was 4.

}

[Event(211, Level = EventLevel.Error, Version = 3)]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

similarly, use version 5 since previous version of event 234 was 4

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