Skip to content

Commit f8ed805

Browse files
author
Josh
authored
Revert "Updated app insights config (#3344)" (#3351)
This reverts commit 828503d.
1 parent 828503d commit f8ed805

File tree

1 file changed

+5
-53
lines changed

1 file changed

+5
-53
lines changed

lib/applicationinsights.json

+5-53
Original file line numberDiff line numberDiff line change
@@ -13,79 +13,31 @@
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"
2616
}
2717
],
28-
"percentage": 0
18+
"percentage": 1
2919
},
3020
{
3121
"telemetryType": "dependency",
3222
"attributes": [
3323
{
3424
"key": "name",
35-
"value": ".*BlobStorage.*",
25+
"value": "Azure blob: bulkscan[^.]+/[^.]+",
3626
"matchType": "regexp"
3727
}
3828
],
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
29+
"percentage": 1
5130
},
5231
{
5332
"telemetryType": "dependency",
5433
"attributes": [
5534
{
5635
"key": "name",
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.*",
36+
"value": "^AzureBlobStorage(?:Cont\\.listBlobFlatSegment|Blob\\.getProperties)$",
8537
"matchType": "regexp"
8638
}
8739
],
88-
"percentage": 0
40+
"percentage": 1
8941
}
9042
]
9143
}

0 commit comments

Comments
 (0)