Skip to content

Commit

Permalink
fix(config): update health check URLs for Grafana and OTLP
Browse files Browse the repository at this point in the history
  • Loading branch information
jgmartinez committed Jan 15, 2025
1 parent 59fe3cc commit b06868c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/monitors.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
api:
timeout: 4000
method: GET
url: https://heimdall.dfplatformtool-prd.pub.azure.novonordisk.com/health/grafana
url: https://bifrost.heimdall.novonordisk.cloud/health/grafana
eval: |
(function(statusCode, responseTime, responseDataBase64){
console.log(statusCode)
Expand All @@ -27,7 +27,7 @@
api:
timeout: 4000
method: GET
url: https://heimdall.dfplatformtool-prd.pub.azure.novonordisk.com/health/otlp/http
url: https://bifrost.heimdall.novonordisk.cloud/health/otlp/http
eval: |
(function(statusCode, responseTime, responseDataBase64){
console.log(statusCode)
Expand Down

0 comments on commit b06868c

Please sign in to comment.