mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[kbn-journeys] extend apm labels with branch, gitRev, ciBuildName (#144521)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
parent
a30e6c2555
commit
6bc74ae155
1 changed files with 3 additions and 0 deletions
|
@ -117,6 +117,9 @@ export function makeFtrConfigProvider(
|
|||
journeyName: config.getName(),
|
||||
ftrConfig: config.getRepoRelPath(),
|
||||
performancePhase: process.env.TEST_PERFORMANCE_PHASE,
|
||||
branch: process.env.BUILDKITE_BRANCH,
|
||||
gitRev: process.env.BUILDKITE_COMMIT,
|
||||
ciBuildName: process.env.BUILDKITE_PIPELINE_SLUG,
|
||||
})
|
||||
.flatMap(([key, value]) => (value == null ? [] : `${key}=${value}`))
|
||||
.join(','),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue