Skip to content

Commit 828503d

Browse files
author
Josh
authored
Updated app insights config (#3344)
1 parent 9476829 commit 828503d

File tree

1 file changed

+53
-5
lines changed

1 file changed

+53
-5
lines changed

lib/applicationinsights.json

+53-5
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,79 @@
1313
"key": "http.url",
1414
"value": "https?://[^/]+/health.*",
1515
"matchType": "regexp"
16+
},
17+
{
18+
"key": "name",
19+
"value": ".*run.*",
20+
"matchType": "regexp"
21+
},
22+
{
23+
"key": "name",
24+
"value": ".*process.*",
25+
"matchType": "regexp"
1626
}
1727
],
18-
"percentage": 1
28+
"percentage": 0
1929
},
2030
{
2131
"telemetryType": "dependency",
2232
"attributes": [
2333
{
2434
"key": "name",
25-
"value": "Azure blob: bulkscan[^.]+/[^.]+",
35+
"value": ".*BlobStorage.*",
2636
"matchType": "regexp"
2737
}
2838
],
29-
"percentage": 1
39+
"percentage": 0
40+
},
41+
{
42+
"telemetryType": "dependency",
43+
"attributes": [
44+
{
45+
"key": "type",
46+
"value": "postgresql",
47+
"matchType": "exact"
48+
}
49+
],
50+
"percentage": 0
3051
},
3152
{
3253
"telemetryType": "dependency",
3354
"attributes": [
3455
{
3556
"key": "name",
36-
"value": "^AzureBlobStorage(?:Cont\\.listBlobFlatSegment|Blob\\.getProperties)$",
57+
"value": ".*ServiceBus.*",
58+
"matchType": "regexp"
59+
}
60+
],
61+
"percentage": 0
62+
},
63+
{
64+
"telemetryType": "dependency",
65+
"attributes": [
66+
{
67+
"key": "type",
68+
"value": "Azure blob",
69+
"matchType": "exact"
70+
}
71+
],
72+
"percentage": 0
73+
},
74+
{
75+
"telemetryType": "trace",
76+
"attributes": [
77+
{
78+
"key": "name",
79+
"value": ".*run.*",
80+
"matchType": "regexp"
81+
},
82+
{
83+
"key": "name",
84+
"value": ".*process.*",
3785
"matchType": "regexp"
3886
}
3987
],
40-
"percentage": 1
88+
"percentage": 0
4189
}
4290
]
4391
}

0 commit comments

Comments
 (0)