Skip to content

Commit

Permalink
git: rebase and disable header metrics for now
Browse files Browse the repository at this point in the history
  • Loading branch information
derrandz committed Feb 17, 2023
1 parent e0ee3b9 commit 0adaeff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions nodebuilder/settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ import (

fraudPkg "github.com/celestiaorg/celestia-node/fraud"
headerPkg "github.com/celestiaorg/celestia-node/header"
"github.com/celestiaorg/celestia-node/nodebuilder/header"

"github.com/celestiaorg/celestia-node/nodebuilder/das"
"github.com/celestiaorg/celestia-node/nodebuilder/node"
Expand Down Expand Up @@ -46,7 +45,7 @@ func WithMetrics(metricOpts []otlpmetrichttp.Option, nodeType node.Type) fx.Opti
fx.Invoke(p2p.WithMetrics),
fx.Invoke(fraudPkg.WithMetrics),
fx.Invoke(node.WithMetrics),
fx.Invoke(header.WithMetrics),
// fx.Invoke(header.WithMetrics),
)

var opts fx.Option
Expand Down

0 comments on commit 0adaeff

Please sign in to comment.