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

Transaction type handling and breakdown chart #83587

Merged
merged 15 commits into from
Nov 24, 2020

Conversation

smith
Copy link
Contributor

@smith smith commented Nov 17, 2020

  • On the transaction overview, redirect to "request" or "page-load" where appropriate instead of the first transaction type
  • Add the transaction breakdown chart to the service overview
  • Rename breakdown chart on transactions overview to "Average duration by span type"
  • Apply the EUI chart theme to all charts in APM

image

Create a useTransactionType hook to select the correct transaction type.

Does not change the errors chart or table to use transaction type.

Does not change the breakdown to use duration instead of percent.

References #81719. References #82831. Fixes #78969.

@smith smith marked this pull request as ready for review November 18, 2020 17:43
@smith smith requested a review from a team as a code owner November 18, 2020 17:43
@smith smith added release_note:skip Skip the PR/issue when compiling release notes v7.11.0 labels Nov 18, 2020
@botelastic botelastic bot added the Team:APM All issues that need APM UI Team support label Nov 18, 2020
@elasticmachine
Copy link
Contributor

Pinging @elastic/apm-ui (Team:apm)

@smith smith mentioned this pull request Nov 19, 2020
@smith
Copy link
Contributor Author

smith commented Nov 20, 2020

retest

@cauemarcondes
Copy link
Contributor

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

expected head sha didn’t match current head ref.

Copy link
Contributor

@cauemarcondes cauemarcondes left a comment

Choose a reason for hiding this comment

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

LGTM

@@ -23,7 +23,7 @@ import { ServiceMap } from '../ServiceMap';
import { ServiceMetrics } from '../service_metrics';
import { ServiceNodeOverview } from '../ServiceNodeOverview';
import { ServiceOverview } from '../service_overview';
import { TransactionOverview } from '../TransactionOverview';
import { TransactionOverview } from '../transaction_overview';
Copy link
Member

Choose a reason for hiding this comment

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

I'd love if there was a way to automatically rename all our files once and for all.

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe we could create a new issue to tackle all the renaming once and for all...

@cauemarcondes
Copy link
Contributor

👷🏻‍♂️ 🚧 Fixing merging conflicts!!!!

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Module Count

Fewer modules leads to a faster build time

id before after diff
apm 1152 1153 +1

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
apm 3.1MB 3.1MB -487.0B

Page load bundle

Size of the bundles that are downloaded on every page load. Target size is below 100kb

id before after diff
observability 68.6KB 69.8KB +1.2KB

History

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

@sorenlouv sorenlouv merged commit 3714658 into elastic:master Nov 24, 2020
sorenlouv pushed a commit to sorenlouv/kibana that referenced this pull request Nov 24, 2020
sorenlouv added a commit that referenced this pull request Nov 24, 2020
Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
@cauemarcondes cauemarcondes self-assigned this Dec 29, 2020
@cauemarcondes
Copy link
Contributor

tests ok

@cauemarcondes cauemarcondes added the apm:test-plan-done Pull request that was successfully tested during the test plan label Dec 29, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:test-plan-7.11.0 apm:test-plan-done Pull request that was successfully tested during the test plan release_note:skip Skip the PR/issue when compiling release notes Team:APM All issues that need APM UI Team support v7.11.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] Link to page load or request transactions from services inventory
5 participants