Skip to content

Commit b3f832a

Browse files
committed
addressed feedback
1 parent 7962879 commit b3f832a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

capabilities/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ toolchain go1.24.3
77
require (
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

capabilities/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,8 @@ github.com/santhosh-tekuri/jsonschema/v5 v5.2.0 h1:WCcC4vZDS1tYNxjWlwRJZQy28r8CM
8989
github.com/santhosh-tekuri/jsonschema/v5 v5.2.0/go.mod h1:FKdcjfQW6rpZSnxxUvEA5H/cDPdvJ/SZJQLWWXWGrZ0=
9090
github.com/shopspring/decimal v1.4.0 h1:bxl37RwXBklmTi0C79JfXCEBD1cqqHt0bbgBAGFp81k=
9191
github.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=
9494
github.com/smartcontractkit/libocr v0.0.0-20250328171017-609ec10a5510 h1:gm8Jli0sdkrZYnrWBngAkPSDzFDkdNCy1/Dj86kVtYk=
9595
github.com/smartcontractkit/libocr v0.0.0-20250328171017-609ec10a5510/go.mod h1:Mb7+/LC4edz7HyHxX4QkE42pSuov4AV68+AxBXAap0o=
9696
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=

capabilities/writetarget/monitoring/pb/data-feeds/on-chain/registry/metrics.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ var (
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",
@@ -38,7 +38,7 @@ var (
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"),

0 commit comments

Comments
 (0)