generated from ministryofjustice/hmpps-template-kotlin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
applicationinsights.json
51 lines (51 loc) · 1.06 KB
/
applicationinsights.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"role": {
"name": "hmpps-allocations"
},
"customDimensions": {
"service.version": "${BUILD_NUMBER}"
},
"instrumentation": {
"logging": {
"level": "DEBUG"
}
},
"selfDiagnostics": {
"destination": "console"
},
"sampling": {
"percentage": 100
},
"preview": {
"sampling": {
"overrides": [
{
"attributes": [
{
"key": "http.url",
"value": "https?://[^/]+/health.*",
"matchType": "regexp"
}
],
"percentage": 10
},
{
"telemetryType": "dependency",
"attributes": [
{
"key": "job.system",
"value": "spring_scheduling",
"matchType": "strict"
},
{
"key": "code.namespace",
"value": "io.awspring.cloud.sqs.listener.acknowledgement.BatchingAcknowledgementProcessor.*",
"matchType": "regexp"
}
],
"percentage": 0
}
]
}
}
}