mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
Fix metrics URL getter
This commit is contained in:
@@ -183,5 +183,5 @@ func (p *PrometheusClient) IsOnline() (bool, error) {
|
||||
}
|
||||
|
||||
func (p *PrometheusClient) GetMetricsServer() string {
|
||||
return p.url.RawQuery
|
||||
return p.url.String()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user