We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 96219b9 commit fc47d46Copy full SHA for fc47d46
src/main/java/com/iexec/blockchain/chain/WebSocketBlockchainListener.java
@@ -45,8 +45,8 @@
45
@Service
46
public class WebSocketBlockchainListener {
47
48
- static final String LATEST_BLOCK_METRIC_NAME = "iexec.chain-adapter.block.latest";
49
- static final String TX_COUNT_METRIC_NAME = "iexec.chain-adapter.tx-count";
+ static final String LATEST_BLOCK_METRIC_NAME = "iexec.chain.block.latest";
+ static final String TX_COUNT_METRIC_NAME = "iexec.chain.tx-count";
50
51
private static final String SUBSCRIBE_METHOD = "eth_subscribe";
52
private static final String UNSUBSCRIBE_METHOD = "eth_unsubscribe";
0 commit comments