Skip to content

Commit

Permalink
DTSCCI-916 Reduce Application Insights (#2993)
Browse files Browse the repository at this point in the history
Co-authored-by: AbuSalam22 <136581242+AbuSalam22@users.noreply.github.com>
  • Loading branch information
AbuSalamHMCTS and AbuSalam22 authored Sep 30, 2024
1 parent 0df22bc commit 342a6c7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lib/applicationinsights.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
]
}
}
}

0 comments on commit 342a6c7

Please sign in to comment.