File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
source/open-telemetry/tests/operation Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 95
95
"db.mongodb.cursor_id" : {
96
96
"$$exists" : false
97
97
},
98
- "db.response.status_code" : 89 ,
98
+ "db.response.status_code" : " 89 " ,
99
99
"exception.message" : {
100
100
"$$type" : " string"
101
101
},
Original file line number Diff line number Diff line change 57
57
db.command.name : find
58
58
network.transport : tcp
59
59
db.mongodb.cursor_id : { $$exists: false }
60
- db.response.status_code : 89
60
+ db.response.status_code : ' 89 '
61
61
exception.message : { $$type: string }
62
62
exception.type : { $$type: string }
63
63
exception.stacktrace : { $$type: string }
Original file line number Diff line number Diff line change 101
101
"db.mongodb.cursor_id" : {
102
102
"$$exists" : false
103
103
},
104
- "db.response.status_code" : 89 ,
104
+ "db.response.status_code" : " 89 " ,
105
105
"exception.message" : {
106
106
"$$exists" : true
107
107
},
Original file line number Diff line number Diff line change 61
61
db.command.name : find
62
62
network.transport : tcp
63
63
db.mongodb.cursor_id : { $$exists: false }
64
- db.response.status_code : 89
64
+ db.response.status_code : ' 89 '
65
65
exception.message : { $$exists: true }
66
66
exception.type : { $$exists: true }
67
67
exception.stacktrace : { $$exists: true }
You can’t perform that action at this time.
0 commit comments