-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[APM] Add callout to inform users of high cardinality in unique transaction names #69112
[APM] Add callout to inform users of high cardinality in unique transaction names #69112
Conversation
Pinging @elastic/apm-ui (Team:apm) |
retest |
1 similar comment
retest |
Showing a callout to inform the user we have detected a high cardinality in unique transaction names and enabling them how to fix it.
3185602
to
2ea3755
Compare
@elasticmachine merge upstream |
<EuiCode> | ||
xpack.apm.ui.transactionGroupBucketSize | ||
</EuiCode>.{' '} | ||
<EuiLink href="#">Learn more in the docs.</EuiLink>. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add the docs link instead of #
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oooh, good catch!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I guess still waiting for #67691
iconType="alert" | ||
> | ||
<p> | ||
The number of unique transaction names exceeds the configured |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we translate this text too?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should. good catch
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Just a few nits
x-pack/plugins/apm/public/components/app/TransactionOverview/index.tsx
Outdated
Show resolved
Hide resolved
Co-authored-by: Brandon Morelli <[email protected]>
@elasticmachine merge upstream |
💚 Build SucceededBuild metricspage load asset sizebeta
History
To update your PR or re-run it, just comment with: |
…action names (elastic#69112) * [APM] Add callout Showing a callout to inform the user we have detected a high cardinality in unique transaction names and enabling them how to fix it. * Changed color and icon * Updated copy and styling * Check number of returned buckets * Add translations and docs * Update docs link Co-authored-by: Brandon Morelli <[email protected]> * Fix tests Co-authored-by: Casper Hübertz <[email protected]> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Brandon Morelli <[email protected]>
…action names (#69112) (#70153) * [APM] Add callout Showing a callout to inform the user we have detected a high cardinality in unique transaction names and enabling them how to fix it. * Changed color and icon * Updated copy and styling * Check number of returned buckets * Add translations and docs * Update docs link Co-authored-by: Brandon Morelli <[email protected]> * Fix tests Co-authored-by: Casper Hübertz <[email protected]> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Brandon Morelli <[email protected]> Co-authored-by: Casper Hübertz <[email protected]> Co-authored-by: Elastic Machine <[email protected]> Co-authored-by: Brandon Morelli <[email protected]>
tests ok: |
Blocked by #67691
Related to #67273. This involves only the design and copy of the callout. We'd need to set up the proper functionalities to display this only when we're detecting an explosion in transaction names, as described in the original issue.
We're looking to create an agent-agnostic documentation article that we can link to enable the user to fix their issues.
Tasks