diff --git a/src/main/kotlin/io/emeraldpay/dshackle/rpc/BlockchainRpc.kt b/src/main/kotlin/io/emeraldpay/dshackle/rpc/BlockchainRpc.kt index ff8ca66a..10e7f108 100644 --- a/src/main/kotlin/io/emeraldpay/dshackle/rpc/BlockchainRpc.kt +++ b/src/main/kotlin/io/emeraldpay/dshackle/rpc/BlockchainRpc.kt @@ -283,7 +283,7 @@ class BlockchainRpc( .tag("method", method) .publishPercentileHistogram() .register(Metrics.globalRegistry) - val nativeItemResponseErr = Counter.builder("request.grpc.native.request") + val nativeItemResponseErr = Counter.builder("request.grpc.native.request.err") .tag("chain", chain.chainCode) .tag("method", method) .register(Metrics.globalRegistry)