Skip to content

Support RequestAwareGRpcMetricsTagsContributor for Multiary Calls #244

@jGleitz

Description

@jGleitz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions