diff --git a/lib/applicationinsights.json b/lib/applicationinsights.json index 7233e87c6d..b8270d572b 100644 --- a/lib/applicationinsights.json +++ b/lib/applicationinsights.json @@ -2,5 +2,22 @@ "connectionString": "${file:/mnt/secrets/cmc/appinsights-connection-string}", "role": { "name": "HMCTS Claim Store Service" + }, + "preview": { + "sampling" : { + "overrides" : [ + { + "telemetryType" : "request", + "attributes" : [ + { + "key" : "http.url", + "value" : "https?://[^/]+/health.*", + "matchType" : "regexp" + } + ], + "percentage" : 1 + } + ] + } } }