Skip to content

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

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.

this.WriteEvent(233, TaskHub, AppName, SlotName, FunctionName, FunctionState, InstanceId, Details, StatusCode, Reason, FunctionType, ExtensionVersion, IsReplay, LatencyMs);
}

[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