We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cff9bc commit 4b8f1e2Copy full SHA for 4b8f1e2
multinode/multi_node.go
@@ -15,6 +15,7 @@ import (
15
)
16
17
var (
18
+ // PromMultiNodeRPCNodeStates reports current RPC node state
19
PromMultiNodeRPCNodeStates = promauto.NewGaugeVec(prometheus.GaugeOpts{
20
Name: "multinode_states",
21
Help: "The number of RPC nodes currently in the given state for the given chain",
multinode/transaction_sender.go
@@ -10,6 +10,7 @@ import (
10
11
"github.com/prometheus/client_golang/prometheus"
12
"github.com/prometheus/client_golang/prometheus/promauto"
13
+
14
"github.com/smartcontractkit/chainlink-common/pkg/logger"
"github.com/smartcontractkit/chainlink-common/pkg/services"
0 commit comments