Skip to content

FeignMetricTagResolver lost Exception tag #1716

@pangengteng

Description

@pangengteng

when call the method "feign.micrometer.FeignMetricTagResolver#tag(feign.MethodMetadata, feign.Target<?>, java.lang.Throwable, io.micrometer.core.instrument.Tag...)" as below, the "e" was lost as not pass to the inner method

public Tags tag(MethodMetadata methodMetadata, Target<?> target, Throwable e, Tag... tags) {
return tag(methodMetadata.targetType(), methodMetadata.method(), target.url(), tags);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions