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