Skip to content

Commit cd8da92

Browse files
committed
adjust key status
1 parent 0e76a58 commit cd8da92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metrics/metrics-core/src/main/java/org/apache/servicecomb/metrics/core/meter/invocation/AbstractInvocationMeters.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected AbstractInvocationMeter getOrCreateMeters(Invocation invocation, Respo
5656
.append(invocationName)
5757
.append(invocation.getRealTransportName())
5858
.append(invocation.getMicroserviceQualifiedName())
59-
.append(response.getStatusCode());
59+
.append(PublishUtils.refactorStatus(invocation, response));
6060
if (keyBuilder.length() > maxKeyLen) {
6161
maxKeyLen = keyBuilder.length();
6262
}

0 commit comments

Comments
 (0)