diff --git a/x-pack/plugins/apm/public/components/app/TransactionOverview/index.tsx b/x-pack/plugins/apm/public/components/app/TransactionOverview/index.tsx index 14ce1d2ba16a9..b5f91c7fdeb54 100644 --- a/x-pack/plugins/apm/public/components/app/TransactionOverview/index.tsx +++ b/x-pack/plugins/apm/public/components/app/TransactionOverview/index.tsx @@ -13,6 +13,7 @@ import { EuiHorizontalRule, EuiCallOut, EuiLink, + EuiCode, } from '@elastic/eui'; import { Location } from 'history'; import { first } from 'lodash'; @@ -157,15 +158,16 @@ export function TransactionOverview() {

- We have detected a lot of unique transaction names among your - transactions. This could be a sign of incorrect setup in your - agent.{' '} - Learn more in the documentation. + The number of unique transaction names exceeds the configured + value of 200. Try reconfiguring your agents to group similar + transactions or increase the value of + xpack.apm.ui.transactionGroupBucketSize.{' '} + Learn more in the docs..