Skip to content

Commit 6c8c119

Browse files
authored
fix: enable bee_api metrics (#5583)
1 parent b3083c3 commit 6c8c119

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

pkg/node/node.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1446,6 +1446,7 @@ func NewBee(
14461446
apiService.SetRedistributionAgent(agent)
14471447

14481448
// api metrics are constructed on api.Service.Configure
1449+
apiService.MustRegisterMetrics(apiService.Metrics()...)
14491450
statusMetricsRegistry.MustRegister(apiService.StatusMetrics()...)
14501451
}
14511452

0 commit comments

Comments
 (0)