Skip to content

Commit

Permalink
Adding back observed wrapper for Offramp Reader in Commit (#1128)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhuie19 authored Jul 2, 2024
1 parent d84e112 commit 70301be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/services/ocr2/plugins/ccip/ccipcommit/initializers.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ func NewCommitServices(ctx context.Context, ds sqlutil.DataSource, srcProvider c
// Prom wrappers
onRampReader = observability.NewObservedOnRampReader(onRampReader, sourceChainID, ccip.CommitPluginLabel)
commitStoreReader = observability.NewObservedCommitStoreReader(commitStoreReader, destChainID, ccip.CommitPluginLabel)
offRampReader = observability.NewObservedOffRampReader(offRampReader, destChainID, ccip.CommitPluginLabel)
metricsCollector := ccip.NewPluginMetricsCollector(ccip.CommitPluginLabel, sourceChainID, destChainID)

chainHealthCheck := cache.NewObservedChainHealthCheck(
Expand Down

0 comments on commit 70301be

Please sign in to comment.