File tree Expand file tree Collapse file tree 4 files changed +5
-1
lines changed
capabilities/writetarget/beholder/monitor Expand file tree Collapse file tree 4 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import (
1212 "github.com/smartcontractkit/chainlink-common/pkg/utils"
1313)
1414
15+ // TODO: Move this package to a more appropriate location
1516// ChainInfo contains the chain information (used as execution context)
1617type ChainInfo struct {
1718 ChainFamilyName string
Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ import (
1212 "github.com/smartcontractkit/chainlink-common/pkg/beholder/utils"
1313)
1414
15+ // TODO: move to another directory / repo
1516// Define a new gauge metric for account balance
1617type GaugeAccBalance struct {
1718 // account_balance
Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ import (
1111 "google.golang.org/protobuf/runtime/protoimpl"
1212)
1313
14+ // TODO: move to another directory / repo
15+
1416const (
1517 AttrKeyBeholderDataSchema = "beholder_data_schema"
1618 AttrKeyBeholderEntity = "beholder_entity"
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ func TestToSchemaPath(t *testing.T) {
3838 },
3939 {
4040 input : & registry.FeedUpdated {},
41- expected : "/<base-path>/data-feeds /on-chain/registry/feed_updated.proto" ,
41+ expected : "/<base-path>/datafeeds /on-chain/registry/feed_updated.proto" ,
4242 },
4343 }
4444
You can’t perform that action at this time.
0 commit comments