#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:
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.
#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:
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.