Fix typo (#13670)
This commit is contained in:
parent
236569e6c0
commit
d46861fdfd
|
@ -47,7 +47,7 @@ public final class MessagingProducerMetrics implements OperationListener {
|
|||
}
|
||||
|
||||
public static OperationMetrics get() {
|
||||
return OperationMetricsUtil.create("messaging produce", MessagingProducerMetrics::new);
|
||||
return OperationMetricsUtil.create("messaging producer", MessagingProducerMetrics::new);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue