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 {
248248 eb. reset ( instrumentation. name ( ) . as_ref ( ) , event_tags as u16 ) ;
249249 eb. opcode ( Opcode :: Info ) ;
250250
251- eb. add_value ( "__csver__" , 0x0400u16 , FieldFormat :: HexInt , 0 ) ;
251+ eb. add_value ( "__csver__" , 1024 , FieldFormat :: UnsignedInt , 0 ) ; // 0x400 in hex
252252
253253 // populate CS PartA
254254 let mut cs_a_count = 0 ;
@@ -297,7 +297,7 @@ impl UserEventsExporter {
297297 let mut cs_b_bookmark: usize = 0 ;
298298 let mut cs_b_count = 0 ;
299299 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 ) ;
301301 cs_b_count += 1 ;
302302
303303 if log_record. body ( ) . is_some ( ) {
You can’t perform that action at this time.
0 commit comments