Skip to content

Commit

Permalink
Add span names, merge develop
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueWinds committed Feb 14, 2022
1 parent ac1faf4 commit ce956de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions system-tests/lib/performance-reporter.js
Expand Up @@ -26,6 +26,7 @@ circleCiRootEvent.add({
buildUrl: process.env.CIRCLE_BUILD_URL,
platform: process.platform,
arch: process.arch,
name: 'ci_run',

spanId,
traceId: spanId,
Expand Down Expand Up @@ -76,6 +77,7 @@ class HoneycombReporter {
...parent.data,
suite: suite.title,
specFile: suite.file && path.basename(suite.file),
name: 'spec_execution',

spanId: uuidv4(),
parentId: parent.data.spanId,
Expand All @@ -97,6 +99,7 @@ class HoneycombReporter {
...test.parent.honeycombEvent.data,
test: testTitle,
browser,
name: 'test_execution',

spanId: uuidv4(),
parentId: test.parent.honeycombEvent.data.spanId,
Expand Down

0 comments on commit ce956de

Please sign in to comment.