Skip to content

More ETW events should be added to SDK resolution #7136

@jeffkl

Description

@jeffkl

#6876 added some events to SDK resolution but more are needed to determine how many times and SDK resolver was called and if caching resolutions is being used or not. We also need events around the main node handling requests and the out-of-proc node sending requests.

Let's add more events:

  • An SDK request happens on the main node but was already cached
  • An SDK request happens on an out-of-proc node and was not cached
  • An SDK request happens on an out-of-proc node and was already cached

Question: Should we allow SDK resolvers to contribute to these events? It might be helpful for them to break down their timing so we know what's taking so long. We would need to provide something via the SdkResolverContext.

Metadata

Metadata

Assignees

Labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions