@@ -213,6 +213,7 @@ def test_export(self):
213
213
"key_bool" : "False" ,
214
214
"key_string" : "hello_world" ,
215
215
"key_float" : "111.22" ,
216
+ "ot.status_code" :0
216
217
},
217
218
"annotations" : [
218
219
{
@@ -231,7 +232,10 @@ def test_export(self):
231
232
"duration" : durations [1 ] // 10 ** 3 ,
232
233
"localEndpoint" : local_endpoint ,
233
234
"kind" : None ,
234
- "tags" : {"key_resource" : "some_resource" },
235
+ "tags" : {
236
+ "key_resource" : "some_resource" ,
237
+ "ot.status_code" :0
238
+ },
235
239
"annotations" : None ,
236
240
},
237
241
{
@@ -245,6 +249,7 @@ def test_export(self):
245
249
"tags" : {
246
250
"key_string" : "hello_world" ,
247
251
"key_resource" : "some_resource" ,
252
+ "ot.status_code" :0
248
253
},
249
254
"annotations" : None ,
250
255
},
@@ -259,6 +264,7 @@ def test_export(self):
259
264
"tags" : {
260
265
"otel.instrumentation_library.name" : "name" ,
261
266
"otel.instrumentation_library.version" : "version" ,
267
+ "ot.status_code" :0
262
268
},
263
269
"annotations" : None ,
264
270
},
@@ -324,7 +330,9 @@ def test_zero_padding(self):
324
330
"duration" : duration // 10 ** 3 ,
325
331
"localEndpoint" : local_endpoint ,
326
332
"kind" : None ,
327
- "tags" : {},
333
+ "tags" : {
334
+ "ot.status_code" :0
335
+ },
328
336
"annotations" : None ,
329
337
"debug" : True ,
330
338
"parentId" : "0aaaaaaaaaaaaaaa" ,
0 commit comments