@@ -80,10 +80,20 @@ tests:
8080 attributes :
8181 db.system : mongodb
8282 db.namespace : operation-atlas-search
83+ db.command.name : createSearchIndexes
8384 db.collection.name : test
85+ db.mongodb.cursor_id : { $$exists: false }
86+ db.response.status_code : { $$exists: true }
87+ network.transport : tcp
88+ db.mongodb.server_connection_id :
89+ $$type : [ int, long ]
90+ db.mongodb.driver_connection_id :
91+ $$type : [ int, long ]
92+ exception.message : { $$exists: true }
93+ exception.type : { $$exists: true }
94+ exception.stacktrace : { $$exists: true }
8495 server.address : { $$type: string }
8596 server.port : { $$type: [ long, string ] }
86- server.type : { $$type: string }
8797 db.query.summary : createSearchIndexes operation-atlas-search.test
8898 db.query.text :
8999 $$matchAsDocument :
@@ -98,15 +108,26 @@ tests:
98108 db.collection.name : test
99109 db.operation.name : updateSearchIndex
100110 db.operation.summary : updateSearchIndex operation-atlas-search.test
111+
101112 nested :
102113 - name : updateSearchIndex
103114 attributes :
104115 db.system : mongodb
105116 db.namespace : operation-atlas-search
117+ db.command.name : updateSearchIndex
106118 db.collection.name : test
107119 server.address : { $$type: string }
108120 server.port : { $$type: [ long, string ] }
109- server.type : { $$type: string }
121+ db.mongodb.cursor_id : { $$exists: false }
122+ db.response.status_code : { $$exists: true }
123+ exception.message : { $$exists: true }
124+ exception.type : { $$exists: true }
125+ exception.stacktrace : { $$exists: true }
126+ network.transport : tcp
127+ db.mongodb.server_connection_id :
128+ $$type : [ int, long ]
129+ db.mongodb.driver_connection_id :
130+ $$type : [ int, long ]
110131 db.query.summary : updateSearchIndex operation-atlas-search.test
111132 db.query.text :
112133 $$matchAsDocument :
@@ -127,10 +148,20 @@ tests:
127148 attributes :
128149 db.system : mongodb
129150 db.namespace : operation-atlas-search
151+ db.command.name : dropSearchIndex
130152 db.collection.name : test
131153 server.address : { $$type: string }
132154 server.port : { $$type: [ long, string ] }
133- server.type : { $$type: string }
155+ db.mongodb.cursor_id : { $$exists: false }
156+ db.response.status_code : { $$exists: true }
157+ exception.message : { $$exists: true }
158+ exception.type : { $$exists: true }
159+ exception.stacktrace : { $$exists: true }
160+ network.transport : tcp
161+ db.mongodb.server_connection_id :
162+ $$type : [ int, long ]
163+ db.mongodb.driver_connection_id :
164+ $$type : [ int, long ]
134165 db.query.summary : dropSearchIndex operation-atlas-search.test
135166 db.query.text :
136167 $$matchAsDocument :
0 commit comments