Skip to content

Commit

Permalink
Add rest of prom URL
Browse files Browse the repository at this point in the history
  • Loading branch information
jhrv committed Sep 2, 2024
1 parent cc38bae commit 2a53c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/resourceusage/client.go
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ func promClients(clusters []string, tenant string) (map[string]promv1.API, error
ret := map[string]promv1.API{}

for _, cluster := range clusters {
client, err := api.NewClient(api.Config{Address: fmt.Sprintf("https://prometheus.%s.%s", cluster, tenant)})
client, err := api.NewClient(api.Config{Address: fmt.Sprintf("https://prometheus.%s.%s.cloud.nais.io", cluster, tenant)})
if err != nil {
return nil, err
}
Expand Down

0 comments on commit 2a53c6e

Please sign in to comment.