Skip to content
Open
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
74ea83b
CME-541: Add health endpoint sampling to Application Insights config
chrisworthcgi Jan 15, 2026
318b43c
Branch was auto-updated.
github-actions[bot] Feb 9, 2026
f8757e4
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
462ad12
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
d1981ba
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
4d309c8
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
5380dfe
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
2bcaa3a
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
5851424
Branch was auto-updated.
github-actions[bot] Feb 13, 2026
30750bc
Branch was auto-updated.
github-actions[bot] Mar 9, 2026
9be4155
Branch was auto-updated.
github-actions[bot] Mar 9, 2026
4043ad6
Branch was auto-updated.
github-actions[bot] Mar 10, 2026
c4d7bcb
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
a449283
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
853bdbe
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
d1e77f0
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
b727ba2
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
a7aac05
Branch was auto-updated.
github-actions[bot] Mar 12, 2026
bb3108d
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
4618414
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
7b95ff7
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
f829e3e
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
e4e8241
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
ac00889
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
ffb1994
Branch was auto-updated.
github-actions[bot] Mar 13, 2026
a83f4f5
Branch was auto-updated.
github-actions[bot] Mar 24, 2026
57e4f7e
Branch was auto-updated.
github-actions[bot] Mar 25, 2026
35a3e21
Branch was auto-updated.
github-actions[bot] Apr 13, 2026
1d2d025
Branch was auto-updated.
github-actions[bot] Apr 21, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/rd/app-insights-connection-string}",
"role": {
"name": "location reference data load"
},
"preview": {
"sampling": {
"overrides": [
{
"telemetryType": "request",
"attributes": [
{
"key": "http.url",
"value": "https?://[^/]+/health.*",
"matchType": "regexp"
}
],
"percentage": 1
}
]
}
}
}