Skip to content

Commit

Permalink
lint(metrics_controller.go): reduce line length
Browse files Browse the repository at this point in the history
  • Loading branch information
aauren committed Oct 7, 2023
1 parent 68a7d03 commit a6cd5b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/metrics/metrics_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,8 @@ type Controller struct {

// Handler returns a http.Handler for the default registerer and gatherer
func Handler() http.Handler {
return promhttp.InstrumentMetricHandler(DefaultRegisterer, promhttp.HandlerFor(DefaultGatherer, promhttp.HandlerOpts{}))
return promhttp.InstrumentMetricHandler(DefaultRegisterer, promhttp.HandlerFor(DefaultGatherer,
promhttp.HandlerOpts{}))
}

// Run prometheus metrics controller
Expand Down

0 comments on commit a6cd5b0

Please sign in to comment.