Skip to content

Commit c3f86cf

Browse files
committed
PI-2404 Reduce sampling of healthcheck calls
1 parent e1246cc commit c3f86cf

4 files changed

+1
-35
lines changed

applicationinsights.dev.json

-32
This file was deleted.

applicationinsights.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"matchType": "regexp"
2525
}
2626
],
27-
"percentage": 10
27+
"percentage": 0
2828
}
2929
]
3030
}

helm_deploy/values-dev.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ generic-service:
1717

1818
env:
1919
SPRING_PROFILES_ACTIVE: dev
20-
APPLICATIONINSIGHTS_CONFIGURATION_FILE: applicationinsights.dev.json
2120
SENTRY_ENV: dev
2221

2322
namespace_secrets:

helm_deploy/values-preprod.yaml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ generic-service:
1717

1818
env:
1919
SPRING_PROFILES_ACTIVE: preprod
20-
APPLICATIONINSIGHTS_CONFIGURATION_FILE: applicationinsights.dev.json
2120
SENTRY_ENV: preprod
2221

2322
namespace_secrets:

0 commit comments

Comments
 (0)