elastic/kibana
View on GitHub[APM] Add more info to the "Number of items in this trace exceed what is displayed" (xpack.apm.waterfall.exceedsMax) EuiCallOut
Open
#118282 opened on Nov 11, 2021
Team:obs-ux-infra_services - DEPRECATEDapm:waterfallenhancementgood first issuestale
Description
Kibana version
7.15.1
Steps to Reproduce
- set up a separate deployment's kibana to report into APM
- pull up a trace for
alerting:monitoring_alert_jvm_memory_usage(it's ataskManager runtype) - check the trace sample, especially after some time has passed
Expected Behavior
When the number of items exceeds the setting xpack.apm.waterfall.exceedsMax we should display the message:
Number of items in this trace exceed the maximum configured value (100). Please configure
xpack.apm.ui.maxTraceItemsto increase this value. See docs for more details
Actual Behavior
Get a number of items exceed message like this:

To work around this I ended up just browsing the kibana code to find the setting (maxTraceItems). Once I had that I was able to google my way to https://www.elastic.co/guide/en/kibana/current/apm-settings-in-kibana.html