File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
internal/resources/frontendo11y Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,10 @@ import "fmt"
44
55// TODO: make faroEndpointUrl visible in gcom response
66var faroEndpointUrlsRegionExceptions = map [string ]string {
7- "au" : "https://faro-api-prod-au-southeast-0.grafana.net/faro" ,
8- "eu" : "https://faro-api-prod-eu-west-0.grafana.net/faro" ,
9- "prod-us-east-0" : "https://faro-api-prod-us-east-2.grafana.net/faro" ,
10- "us-azure" : "https://faro-api-prod-us-central-7.grafana.net/faro" ,
11- "us" : "https://faro-api-prod-us-central-0.grafana.net/faro" ,
7+ "au" : "https://faro-api-prod-au-southeast-0.grafana.net/faro" ,
8+ "eu" : "https://faro-api-prod-eu-west-0.grafana.net/faro" ,
9+ "us-azure" : "https://faro-api-prod-us-central-7.grafana.net/faro" ,
10+ "us" : "https://faro-api-prod-us-central-0.grafana.net/faro" ,
1211}
1312
1413// getFrontendO11yAPIURLForRegion gets the frontend o11y API URL given a region slug
You can’t perform that action at this time.
0 commit comments