You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RequestAwareGRpcMetricsTagsContributors are currently restricted to unary calls. We would like to use them for multiary calls, as well.
Conceptually, I do not see why RequestAwareGRpcMetricsTagsContributor couldn’t also be used for multiary calls. onMessage will be called multiple times, but I’d expect the results of all onMessage calls to simply be merged in order.
It might be useful to pass the existing set of tags to RequestAwareGRpcMetricsTagsContributor so it can avoid overriding old values.