Skip to content

Commit

Permalink
Update e2e test results
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Apr 28, 2024
1 parent f9f335a commit e574979
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal/test/e2e/databasesql/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
}
}
],
"flags": 768,
"kind": 3,
"name": "DB",
"parentSpanId": "xxxxx",
Expand Down Expand Up @@ -124,6 +125,7 @@
}
}
],
"flags": 768,
"kind": 2,
"name": "GET",
"parentSpanId": "xxxxx",
Expand Down Expand Up @@ -170,6 +172,7 @@
}
}
],
"flags": 256,
"kind": 3,
"name": "GET",
"parentSpanId": "",
Expand Down
2 changes: 2 additions & 0 deletions internal/test/e2e/gin/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
}
}
],
"flags": 768,
"kind": 2,
"name": "GET",
"parentSpanId": "xxxxx",
Expand Down Expand Up @@ -146,6 +147,7 @@
}
}
],
"flags": 256,
"kind": 3,
"name": "GET",
"parentSpanId": "",
Expand Down
2 changes: 2 additions & 0 deletions internal/test/e2e/grpc/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
}
}
],
"flags": 768,
"kind": 2,
"name": "/helloworld.Greeter/SayHello",
"parentSpanId": "xxxxx",
Expand Down Expand Up @@ -98,6 +99,7 @@
}
}
],
"flags": 256,
"kind": 3,
"name": "/helloworld.Greeter/SayHello",
"parentSpanId": "",
Expand Down
3 changes: 3 additions & 0 deletions internal/test/e2e/kafka-go/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@
}
}
],
"flags": 256,
"kind": 4,
"name": "topic1 publish",
"parentSpanId": "",
Expand Down Expand Up @@ -122,6 +123,7 @@
}
}
],
"flags": 256,
"kind": 4,
"name": "topic2 publish",
"parentSpanId": "",
Expand Down Expand Up @@ -227,6 +229,7 @@
}
}
],
"flags": 768,
"kind": 5,
"name": "topic1 receive",
"parentSpanId": "xxxxx",
Expand Down
2 changes: 2 additions & 0 deletions internal/test/e2e/nethttp/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
}
}
],
"flags": 768,
"kind": 2,
"name": "GET",
"parentSpanId": "xxxxx",
Expand Down Expand Up @@ -146,6 +147,7 @@
}
}
],
"flags": 256,
"kind": 3,
"name": "GET",
"parentSpanId": "",
Expand Down
2 changes: 2 additions & 0 deletions internal/test/e2e/nethttp_custom/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
}
}
],
"flags": 768,
"kind": 2,
"name": "GET",
"parentSpanId": "xxxxx",
Expand Down Expand Up @@ -146,6 +147,7 @@
}
}
],
"flags": 256,
"kind": 3,
"name": "GET",
"parentSpanId": "",
Expand Down
2 changes: 2 additions & 0 deletions internal/test/e2e/otelglobal/traces.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
}
}
],
"flags": 768,
"kind": 3,
"name": "child override",
"parentSpanId": "xxxxx",
Expand Down Expand Up @@ -101,6 +102,7 @@
}
}
],
"flags": 256,
"kind": 3,
"name": "parent",
"parentSpanId": "",
Expand Down

0 comments on commit e574979

Please sign in to comment.