@@ -548,7 +548,7 @@ func TestComponentInstrumentation(t *testing.T) {
548548 "otelcol.receiver.produced.size" : simpleMetric {
549549 attribute .NewSet (
550550 attribute .String (obsconsumer .ComponentOutcome , "success" ),
551- ): 1118 ,
551+ ): 1035 ,
552552 },
553553 },
554554 attribute .NewSet (
@@ -570,12 +570,12 @@ func TestComponentInstrumentation(t *testing.T) {
570570 "otelcol.processor.consumed.size" : simpleMetric {
571571 attribute .NewSet (
572572 attribute .String (obsconsumer .ComponentOutcome , "success" ),
573- ): 1118 ,
573+ ): 1035 ,
574574 },
575575 "otelcol.processor.produced.size" : simpleMetric {
576576 attribute .NewSet (
577577 attribute .String (obsconsumer .ComponentOutcome , "success" ),
578- ): 1118 ,
578+ ): 1035 ,
579579 },
580580 },
581581 attribute .NewSet (
@@ -602,17 +602,17 @@ func TestComponentInstrumentation(t *testing.T) {
602602 "otelcol.connector.consumed.size" : simpleMetric {
603603 attribute .NewSet (
604604 attribute .String (obsconsumer .ComponentOutcome , "success" ),
605- ): 1118 ,
605+ ): 1035 ,
606606 },
607607 "otelcol.connector.produced.size" : simpleMetric {
608608 attribute .NewSet (
609609 attribute .String (obsconsumer .ComponentOutcome , "success" ),
610610 attribute .String ("otelcol.pipeline.id" , "profiles/right" ),
611- ): 587 ,
611+ ): 542 ,
612612 attribute .NewSet (
613613 attribute .String (obsconsumer .ComponentOutcome , "success" ),
614614 attribute .String ("otelcol.pipeline.id" , "profiles/left" ),
615- ): 531 ,
615+ ): 493 ,
616616 },
617617 },
618618 attribute .NewSet (
@@ -628,7 +628,7 @@ func TestComponentInstrumentation(t *testing.T) {
628628 "otelcol.exporter.consumed.size" : simpleMetric {
629629 attribute .NewSet (
630630 attribute .String (obsconsumer .ComponentOutcome , "success" ),
631- ): 587 ,
631+ ): 542 ,
632632 },
633633 },
634634 attribute .NewSet (
@@ -644,7 +644,7 @@ func TestComponentInstrumentation(t *testing.T) {
644644 "otelcol.exporter.consumed.size" : simpleMetric {
645645 attribute .NewSet (
646646 attribute .String (obsconsumer .ComponentOutcome , "success" ),
647- ): 531 ,
647+ ): 493 ,
648648 },
649649 },
650650 }
0 commit comments