File tree 1 file changed +14
-12
lines changed
opentelemetry-proto/tests
1 file changed +14
-12
lines changed Original file line number Diff line number Diff line change @@ -275,18 +275,20 @@ mod json_serde {
275
275
start_time_unix_nano: 1544712660000000000 ,
276
276
end_time_unix_nano: 1544712661000000000 ,
277
277
attributes: vec![
278
- KeyValue {
279
- key: String :: from( "my.span.attr" ) ,
280
- value: Some ( AnyValue {
281
- value: Some ( Value :: StringValue ( String :: from( "some value" ) ) ) ,
282
- } ) ,
283
- } ,
284
- KeyValue {
285
- key: String :: from( "my.span.bytes.attr" ) ,
286
- value: Some ( AnyValue {
287
- value: Some ( Value :: BytesValue ( vec![ 0x80 , 0x80 , 0x80 ] ) ) ,
288
- } ) ,
289
- } ,
278
+ KeyValue {
279
+ key: String :: from( "my.span.attr" ) ,
280
+ value: Some ( AnyValue {
281
+ value: Some ( Value :: StringValue ( String :: from(
282
+ "some value" ,
283
+ ) ) ) ,
284
+ } ) ,
285
+ } ,
286
+ KeyValue {
287
+ key: String :: from( "my.span.bytes.attr" ) ,
288
+ value: Some ( AnyValue {
289
+ value: Some ( Value :: BytesValue ( vec![ 0x80 , 0x80 , 0x80 ] ) ) ,
290
+ } ) ,
291
+ } ,
290
292
] ,
291
293
dropped_attributes_count: 1 ,
292
294
events: vec![ Event {
You can’t perform that action at this time.
0 commit comments