@@ -80,7 +80,18 @@ 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: false }
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: false }
93+ exception.type : { $$exists: false }
94+ exception.stacktrace : { $$exists: false }
8495 server.address : { $$type: string }
8596 server.port : { $$type: [ long, string ] }
8697 db.query.summary : createSearchIndexes operation-atlas-search.test
@@ -97,14 +108,26 @@ tests:
97108 db.collection.name : test
98109 db.operation.name : updateSearchIndex
99110 db.operation.summary : updateSearchIndex operation-atlas-search.test
111+
100112 nested :
101113 - name : updateSearchIndex
102114 attributes :
103115 db.system : mongodb
104116 db.namespace : operation-atlas-search
117+ db.command.name : updateSearchIndex
105118 db.collection.name : test
106119 server.address : { $$type: string }
107120 server.port : { $$type: [ long, string ] }
121+ db.mongodb.cursor_id : { $$exists: false }
122+ db.response.status_code : { $$exists: false }
123+ exception.message : { $$exists: false }
124+ exception.type : { $$exists: false }
125+ exception.stacktrace : { $$exists: false }
126+ network.transport : tcp
127+ db.mongodb.server_connection_id :
128+ $$type : [ int, long ]
129+ db.mongodb.driver_connection_id :
130+ $$type : [ int, long ]
108131 db.query.summary : updateSearchIndex operation-atlas-search.test
109132 db.query.text :
110133 $$matchAsDocument :
@@ -125,9 +148,20 @@ tests:
125148 attributes :
126149 db.system : mongodb
127150 db.namespace : operation-atlas-search
151+ db.command.name : dropSearchIndex
128152 db.collection.name : test
129153 server.address : { $$type: string }
130154 server.port : { $$type: [ long, string ] }
155+ db.mongodb.cursor_id : { $$exists: false }
156+ db.response.status_code : { $$exists: false }
157+ exception.message : { $$exists: false }
158+ exception.type : { $$exists: false }
159+ exception.stacktrace : { $$exists: false }
160+ network.transport : tcp
161+ db.mongodb.server_connection_id :
162+ $$type : [ int, long ]
163+ db.mongodb.driver_connection_id :
164+ $$type : [ int, long ]
131165 db.query.summary : dropSearchIndex operation-atlas-search.test
132166 db.query.text :
133167 $$matchAsDocument :
0 commit comments