@@ -876,7 +876,7 @@ func (s) TestMetricsAndTracesOptionEnabled(t *testing.T) {
876
876
Attributes : []attribute.KeyValue {
877
877
{
878
878
Key : "sequence-number" ,
879
- Value : attribute .IntValue (1 ),
879
+ Value : attribute .IntValue (0 ),
880
880
},
881
881
{
882
882
Key : "message-size" ,
@@ -893,7 +893,7 @@ func (s) TestMetricsAndTracesOptionEnabled(t *testing.T) {
893
893
Attributes : []attribute.KeyValue {
894
894
{
895
895
Key : "sequence-number" ,
896
- Value : attribute .IntValue (1 ),
896
+ Value : attribute .IntValue (0 ),
897
897
},
898
898
{
899
899
Key : "message-size" ,
@@ -934,7 +934,7 @@ func (s) TestMetricsAndTracesOptionEnabled(t *testing.T) {
934
934
Attributes : []attribute.KeyValue {
935
935
{
936
936
Key : "sequence-number" ,
937
- Value : attribute .IntValue (1 ),
937
+ Value : attribute .IntValue (0 ),
938
938
},
939
939
{
940
940
Key : "message-size" ,
@@ -951,7 +951,7 @@ func (s) TestMetricsAndTracesOptionEnabled(t *testing.T) {
951
951
Attributes : []attribute.KeyValue {
952
952
{
953
953
Key : "sequence-number" ,
954
- Value : attribute .IntValue (1 ),
954
+ Value : attribute .IntValue (0 ),
955
955
},
956
956
{
957
957
Key : "message-size" ,
@@ -1100,7 +1100,7 @@ func (s) TestSpan(t *testing.T) {
1100
1100
Attributes : []attribute.KeyValue {
1101
1101
{
1102
1102
Key : "sequence-number" ,
1103
- Value : attribute .IntValue (1 ),
1103
+ Value : attribute .IntValue (0 ),
1104
1104
},
1105
1105
{
1106
1106
Key : "message-size" ,
@@ -1117,7 +1117,7 @@ func (s) TestSpan(t *testing.T) {
1117
1117
Attributes : []attribute.KeyValue {
1118
1118
{
1119
1119
Key : "sequence-number" ,
1120
- Value : attribute .IntValue (1 ),
1120
+ Value : attribute .IntValue (0 ),
1121
1121
},
1122
1122
{
1123
1123
Key : "message-size" ,
@@ -1158,7 +1158,7 @@ func (s) TestSpan(t *testing.T) {
1158
1158
Attributes : []attribute.KeyValue {
1159
1159
{
1160
1160
Key : "sequence-number" ,
1161
- Value : attribute .IntValue (1 ),
1161
+ Value : attribute .IntValue (0 ),
1162
1162
},
1163
1163
{
1164
1164
Key : "message-size" ,
@@ -1175,7 +1175,7 @@ func (s) TestSpan(t *testing.T) {
1175
1175
Attributes : []attribute.KeyValue {
1176
1176
{
1177
1177
Key : "sequence-number" ,
1178
- Value : attribute .IntValue (1 ),
1178
+ Value : attribute .IntValue (0 ),
1179
1179
},
1180
1180
{
1181
1181
Key : "message-size" ,
@@ -1326,7 +1326,7 @@ func (s) TestSpan_WithW3CContextPropagator(t *testing.T) {
1326
1326
Attributes : []attribute.KeyValue {
1327
1327
{
1328
1328
Key : "sequence-number" ,
1329
- Value : attribute .IntValue (1 ),
1329
+ Value : attribute .IntValue (0 ),
1330
1330
},
1331
1331
{
1332
1332
Key : "message-size" ,
@@ -1343,7 +1343,7 @@ func (s) TestSpan_WithW3CContextPropagator(t *testing.T) {
1343
1343
Attributes : []attribute.KeyValue {
1344
1344
{
1345
1345
Key : "sequence-number" ,
1346
- Value : attribute .IntValue (1 ),
1346
+ Value : attribute .IntValue (0 ),
1347
1347
},
1348
1348
{
1349
1349
Key : "message-size" ,
@@ -1384,7 +1384,7 @@ func (s) TestSpan_WithW3CContextPropagator(t *testing.T) {
1384
1384
Attributes : []attribute.KeyValue {
1385
1385
{
1386
1386
Key : "sequence-number" ,
1387
- Value : attribute .IntValue (1 ),
1387
+ Value : attribute .IntValue (0 ),
1388
1388
},
1389
1389
{
1390
1390
Key : "message-size" ,
@@ -1401,7 +1401,7 @@ func (s) TestSpan_WithW3CContextPropagator(t *testing.T) {
1401
1401
Attributes : []attribute.KeyValue {
1402
1402
{
1403
1403
Key : "sequence-number" ,
1404
- Value : attribute .IntValue (1 ),
1404
+ Value : attribute .IntValue (0 ),
1405
1405
},
1406
1406
{
1407
1407
Key : "message-size" ,
0 commit comments