File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
opentelemetry-user-events-logs/src/logs Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -248,7 +248,7 @@ impl UserEventsExporter {
248
248
eb. reset ( instrumentation. name ( ) . as_ref ( ) , event_tags as u16 ) ;
249
249
eb. opcode ( Opcode :: Info ) ;
250
250
251
- eb. add_value ( "__csver__" , 0x0400u16 , FieldFormat :: HexInt , 0 ) ;
251
+ eb. add_value ( "__csver__" , 1024 , FieldFormat :: UnsignedInt , 0 ) ; // 0x400 in hex
252
252
253
253
// populate CS PartA
254
254
let mut cs_a_count = 0 ;
@@ -297,7 +297,7 @@ impl UserEventsExporter {
297
297
let mut cs_b_bookmark: usize = 0 ;
298
298
let mut cs_b_count = 0 ;
299
299
eb. add_struct_with_bookmark ( "PartB" , 1 , 0 , & mut cs_b_bookmark) ;
300
- eb. add_str ( "_typeName" , "Logs " , FieldFormat :: Default , 0 ) ;
300
+ eb. add_str ( "_typeName" , "Log " , FieldFormat :: Default , 0 ) ;
301
301
cs_b_count += 1 ;
302
302
303
303
if log_record. body ( ) . is_some ( ) {
You can’t perform that action at this time.
0 commit comments