File tree 1 file changed +5
-53
lines changed
1 file changed +5
-53
lines changed Original file line number Diff line number Diff line change 13
13
"key" : " http.url" ,
14
14
"value" : " https?://[^/]+/health.*" ,
15
15
"matchType" : " regexp"
16
- },
17
- {
18
- "key" : " name" ,
19
- "value" : " .*run.*" ,
20
- "matchType" : " regexp"
21
- },
22
- {
23
- "key" : " name" ,
24
- "value" : " .*process.*" ,
25
- "matchType" : " regexp"
26
16
}
27
17
],
28
- "percentage" : 0
18
+ "percentage" : 1
29
19
},
30
20
{
31
21
"telemetryType" : " dependency" ,
32
22
"attributes" : [
33
23
{
34
24
"key" : " name" ,
35
- "value" : " .*BlobStorage.* " ,
25
+ "value" : " Azure blob: bulkscan[^.]+/[^.]+ " ,
36
26
"matchType" : " regexp"
37
27
}
38
28
],
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
51
30
},
52
31
{
53
32
"telemetryType" : " dependency" ,
54
33
"attributes" : [
55
34
{
56
35
"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)$" ,
85
37
"matchType" : " regexp"
86
38
}
87
39
],
88
- "percentage" : 0
40
+ "percentage" : 1
89
41
}
90
42
]
91
43
}
You can’t perform that action at this time.
0 commit comments