File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
writetarget/monitoring/pb/data-feeds/on-chain/registry Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ toolchain go1.24.3
77require (
88 github.com/google/uuid v1.6.0
99 github.com/jpillora/backoff v1.0.0
10- github.com/smartcontractkit/chainlink-common v0.7.1-0.20250610115239-54755c8caea7
10+ github.com/smartcontractkit/chainlink-common v0.7.1-0.20250611173826-eb6b35744bc9
1111 github.com/stretchr/testify v1.10.0
1212 go.opentelemetry.io/otel v1.35.0
1313 go.opentelemetry.io/otel/metric v1.35.0
Original file line number Diff line number Diff line change @@ -89,8 +89,8 @@ github.com/santhosh-tekuri/jsonschema/v5 v5.2.0 h1:WCcC4vZDS1tYNxjWlwRJZQy28r8CM
8989github.com/santhosh-tekuri/jsonschema/v5 v5.2.0 /go.mod h1:FKdcjfQW6rpZSnxxUvEA5H/cDPdvJ/SZJQLWWXWGrZ0 =
9090github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k =
9191github.com/shopspring/decimal v1.4.0 /go.mod h1:gawqmDU56v4yIKSwfBSFip1HdCCXN8/+DMd9qYNcwME =
92- github.com/smartcontractkit/chainlink-common v0.7.1-0.20250610115239-54755c8caea7 h1:hwsBcXLqP3pNvOkfv+jqNDug6GWiBFU+dKYeibYQfWg =
93- github.com/smartcontractkit/chainlink-common v0.7.1-0.20250610115239-54755c8caea7 /go.mod h1:H7gOuN4Jzf+DWllfP5Pb7AiCWBMQrDX1D1KYXAEhdnw =
92+ github.com/smartcontractkit/chainlink-common v0.7.1-0.20250611173826-eb6b35744bc9 h1:O4/3htVn1XwIcPIYF6h1bn7uVVVKme7iiTbbtfSJb7g =
93+ github.com/smartcontractkit/chainlink-common v0.7.1-0.20250611173826-eb6b35744bc9 /go.mod h1:H7gOuN4Jzf+DWllfP5Pb7AiCWBMQrDX1D1KYXAEhdnw =
9494github.com/smartcontractkit/libocr v0.0.0-20250328171017-609ec10a5510 h1:gm8Jli0sdkrZYnrWBngAkPSDzFDkdNCy1/Dj86kVtYk =
9595github.com/smartcontractkit/libocr v0.0.0-20250328171017-609ec10a5510 /go.mod h1:Mb7+/LC4edz7HyHxX4QkE42pSuov4AV68+AxBXAap0o =
9696github.com/stretchr/objx v0.1.0 /go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME =
Original file line number Diff line number Diff line change 2929 blockTimestamp beholder.MetricInfo
3030 blockNumber beholder.MetricInfo
3131 }{
32- basic : beholder .NewMetricsInfoCapBasic (ns ("feed_updated" ), "data-feeds .on-chain.registry.FeedUpdated" ),
32+ basic : beholder .NewMetricsInfoCapBasic (ns ("feed_updated" ), "datafeeds .on-chain.registry.FeedUpdated" ),
3333 observationsTimestamp : beholder.MetricInfo {
3434 Name : ns ("feed_updated_observations_timestamp" ),
3535 Unit : "ms" ,
3838 duration : beholder.MetricInfo {
3939 Name : ns ("feed_updated_duration" ),
4040 Unit : "ms" ,
41- Description : "The duration (local) since observation to message: 'data-feeds .on-chain.registry.FeedUpdated' emit" ,
41+ Description : "The duration (local) since observation to message: 'datafeeds .on-chain.registry.FeedUpdated' emit" ,
4242 },
4343 benchmark : beholder.MetricInfo {
4444 Name : ns ("feed_updated_benchmark" ),
You can’t perform that action at this time.
0 commit comments