@@ -869,7 +869,7 @@ func (s) TestMetricsAndTracesOptionEnabled(t *testing.T) {
869
869
Attributes : []attribute.KeyValue {
870
870
{
871
871
Key : "sequence-number" ,
872
- Value : attribute .IntValue (1 ),
872
+ Value : attribute .IntValue (0 ),
873
873
},
874
874
{
875
875
Key : "message-size" ,
@@ -886,7 +886,7 @@ func (s) TestMetricsAndTracesOptionEnabled(t *testing.T) {
886
886
Attributes : []attribute.KeyValue {
887
887
{
888
888
Key : "sequence-number" ,
889
- Value : attribute .IntValue (1 ),
889
+ Value : attribute .IntValue (0 ),
890
890
},
891
891
{
892
892
Key : "message-size" ,
@@ -927,7 +927,7 @@ func (s) TestMetricsAndTracesOptionEnabled(t *testing.T) {
927
927
Attributes : []attribute.KeyValue {
928
928
{
929
929
Key : "sequence-number" ,
930
- Value : attribute .IntValue (1 ),
930
+ Value : attribute .IntValue (0 ),
931
931
},
932
932
{
933
933
Key : "message-size" ,
@@ -944,7 +944,7 @@ func (s) TestMetricsAndTracesOptionEnabled(t *testing.T) {
944
944
Attributes : []attribute.KeyValue {
945
945
{
946
946
Key : "sequence-number" ,
947
- Value : attribute .IntValue (1 ),
947
+ Value : attribute .IntValue (0 ),
948
948
},
949
949
{
950
950
Key : "message-size" ,
@@ -1093,7 +1093,7 @@ func (s) TestSpan(t *testing.T) {
1093
1093
Attributes : []attribute.KeyValue {
1094
1094
{
1095
1095
Key : "sequence-number" ,
1096
- Value : attribute .IntValue (1 ),
1096
+ Value : attribute .IntValue (0 ),
1097
1097
},
1098
1098
{
1099
1099
Key : "message-size" ,
@@ -1110,7 +1110,7 @@ func (s) TestSpan(t *testing.T) {
1110
1110
Attributes : []attribute.KeyValue {
1111
1111
{
1112
1112
Key : "sequence-number" ,
1113
- Value : attribute .IntValue (1 ),
1113
+ Value : attribute .IntValue (0 ),
1114
1114
},
1115
1115
{
1116
1116
Key : "message-size" ,
@@ -1151,7 +1151,7 @@ func (s) TestSpan(t *testing.T) {
1151
1151
Attributes : []attribute.KeyValue {
1152
1152
{
1153
1153
Key : "sequence-number" ,
1154
- Value : attribute .IntValue (1 ),
1154
+ Value : attribute .IntValue (0 ),
1155
1155
},
1156
1156
{
1157
1157
Key : "message-size" ,
@@ -1168,7 +1168,7 @@ func (s) TestSpan(t *testing.T) {
1168
1168
Attributes : []attribute.KeyValue {
1169
1169
{
1170
1170
Key : "sequence-number" ,
1171
- Value : attribute .IntValue (1 ),
1171
+ Value : attribute .IntValue (0 ),
1172
1172
},
1173
1173
{
1174
1174
Key : "message-size" ,
@@ -1319,7 +1319,7 @@ func (s) TestSpan_WithW3CContextPropagator(t *testing.T) {
1319
1319
Attributes : []attribute.KeyValue {
1320
1320
{
1321
1321
Key : "sequence-number" ,
1322
- Value : attribute .IntValue (1 ),
1322
+ Value : attribute .IntValue (0 ),
1323
1323
},
1324
1324
{
1325
1325
Key : "message-size" ,
@@ -1336,7 +1336,7 @@ func (s) TestSpan_WithW3CContextPropagator(t *testing.T) {
1336
1336
Attributes : []attribute.KeyValue {
1337
1337
{
1338
1338
Key : "sequence-number" ,
1339
- Value : attribute .IntValue (1 ),
1339
+ Value : attribute .IntValue (0 ),
1340
1340
},
1341
1341
{
1342
1342
Key : "message-size" ,
@@ -1377,7 +1377,7 @@ func (s) TestSpan_WithW3CContextPropagator(t *testing.T) {
1377
1377
Attributes : []attribute.KeyValue {
1378
1378
{
1379
1379
Key : "sequence-number" ,
1380
- Value : attribute .IntValue (1 ),
1380
+ Value : attribute .IntValue (0 ),
1381
1381
},
1382
1382
{
1383
1383
Key : "message-size" ,
@@ -1394,7 +1394,7 @@ func (s) TestSpan_WithW3CContextPropagator(t *testing.T) {
1394
1394
Attributes : []attribute.KeyValue {
1395
1395
{
1396
1396
Key : "sequence-number" ,
1397
- Value : attribute .IntValue (1 ),
1397
+ Value : attribute .IntValue (0 ),
1398
1398
},
1399
1399
{
1400
1400
Key : "message-size" ,
0 commit comments