Skip to content

Commit ce956de

Browse files
committed
Add span names, merge develop
1 parent ac1faf4 commit ce956de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

system-tests/lib/performance-reporter.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ circleCiRootEvent.add({
2626
buildUrl: process.env.CIRCLE_BUILD_URL,
2727
platform: process.platform,
2828
arch: process.arch,
29+
name: 'ci_run',
2930

3031
spanId,
3132
traceId: spanId,
@@ -76,6 +77,7 @@ class HoneycombReporter {
7677
...parent.data,
7778
suite: suite.title,
7879
specFile: suite.file && path.basename(suite.file),
80+
name: 'spec_execution',
7981

8082
spanId: uuidv4(),
8183
parentId: parent.data.spanId,
@@ -97,6 +99,7 @@ class HoneycombReporter {
9799
...test.parent.honeycombEvent.data,
98100
test: testTitle,
99101
browser,
102+
name: 'test_execution',
100103

101104
spanId: uuidv4(),
102105
parentId: test.parent.honeycombEvent.data.spanId,

0 commit comments

Comments
 (0)