Skip to content

Commit

Permalink
remove empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard-cl committed Dec 19, 2024
1 parent 6bcf225 commit 1a4e1b5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/cmd/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ func initGlobals(cfgProm config.Prometheus, cfgTracing config.Tracing, cfgTeleme
AuthPublicKeyHex: csaPubKeyHex,
AuthHeaders: beholderAuthHeaders,
}

// note: due to the OTEL specification, all histogram buckets
// must be defined when the beholder client is created
clientCfg.MetricViews = append(clientCfg.MetricViews, workflows.MetricViews()...)
Expand Down

0 comments on commit 1a4e1b5

Please sign in to comment.