Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[perf-testing] send detailed APM data from report generation #107592

Merged
merged 5 commits into from
Aug 9, 2021

Conversation

spalger
Copy link
Contributor

@spalger spalger commented Aug 3, 2021

Closes #107702

Adds an FTR config which produces a PDF report of a dashboard in order to report APM data from dashboard and reporting so we can get an idea of how stable this data is over time, and help us understand how we might use it to power development metrics.

@spalger spalger added release_note:skip Skip the PR/issue when compiling release notes Team:Operations Team label for Operations Team v7.14.0 v7.15.0 v8.0.0 labels Aug 4, 2021
@spalger spalger marked this pull request as ready for review August 4, 2021 21:40
@spalger spalger requested review from vigneshshanmugam and a team as code owners August 4, 2021 21:40
@elasticmachine
Copy link
Contributor

Pinging @elastic/kibana-operations (Team:Operations)

@spalger spalger requested a review from tylersmalley August 4, 2021 21:41
@spalger spalger added the auto-backport Deprecated - use backport:version if exact versions are needed label Aug 4, 2021
@spalger spalger enabled auto-merge (squash) August 4, 2021 21:45
@spalger
Copy link
Contributor Author

spalger commented Aug 9, 2021

@elasticmachine merge upstream

config.globalLabels = Object.fromEntries(
process.env.ELASTIC_APM_GLOBAL_LABELS.split(',').map((p) => {
const [key, ...val] = p.split('=');
return [key, val.join('=')];
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why we need this join? in what cases val might be an array with length > 1?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If the value includes an =

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

✅ unchanged

History

To update your PR or re-run it, just comment with:
@elasticmachine merge upstream

@spalger spalger merged commit 30f2289 into elastic:master Aug 9, 2021
@kibanamachine
Copy link
Contributor

💔 Backport failed

Status Branch Result
7.14 Commit could not be cherrypicked due to conflicts
7.x Commit could not be cherrypicked due to conflicts

To backport manually run:
node scripts/backport --pr 107592

@kibanamachine
Copy link
Contributor

Friendly reminder: Looks like this PR hasn’t been backported yet.
To create backports run node scripts/backport --pr 107592 or prevent reminders by adding the backport:skip label.

@kibanamachine kibanamachine added the backport missing Added to PRs automatically when the are determined to be missing a backport. label Aug 11, 2021
spalger pushed a commit to spalger/kibana that referenced this pull request Aug 11, 2021
…#107592)

Co-authored-by: spalger <[email protected]>
# Conflicts:
#	x-pack/scripts/functional_tests.js
@spalger spalger removed the v7.14.0 label Aug 11, 2021
@spalger spalger deleted the implement/simple-apm-reporting-test branch August 11, 2021 18:50
spalger pushed a commit that referenced this pull request Aug 11, 2021
#108257)

Co-authored-by: spalger <[email protected]>
# Conflicts:
#	x-pack/scripts/functional_tests.js
@kibanamachine kibanamachine removed the backport missing Added to PRs automatically when the are determined to be missing a backport. label Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-backport Deprecated - use backport:version if exact versions are needed release_note:skip Skip the PR/issue when compiling release notes Team:Operations Team label for Operations Team v7.15.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[performance testing] Run some tests to validate APM data stability
6 participants