-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Long transaction names overlap table #73960
Comments
smith
added
bug
Fixes for quality problems that affect the customer experience
Team:APM
All issues that need APM UI Team support
labels
Jul 31, 2020
Pinging @elastic/apm-ui (Team:apm) |
smith
added a commit
to smith/kibana
that referenced
this issue
Aug 27, 2020
...in the table and the header. Did this by adding `word-break: break-all` to them. Also: * Rename List to TransactionList * Add stories for TransactionList and ApmHeader * Add missing type information to transactions based on sample transaction * Fixes elastic#73960.
smith
added a commit
to smith/kibana
that referenced
this issue
Aug 27, 2020
...in the table and the header. Did this by adding `word-break: break-all` to them. Also: * Rename List to TransactionList * Add stories for TransactionList and ApmHeader * Add missing type information to transactions based on sample transaction * Fixes elastic#73960.
smith
added a commit
to smith/kibana
that referenced
this issue
Aug 31, 2020
* [APM] Language-specific stacktrace formatting * Add todos * more * add at prefix for java * [APM] Fix overlapping transaction names ...in the table and the header. Did this by adding `word-break: break-all` to them. Also: * Rename List to TransactionList * Add stories for TransactionList and ApmHeader * Add missing type information to transactions based on sample transaction * Fixes elastic#73960. # Conflicts: # x-pack/plugins/apm/typings/es_schemas/raw/error_raw.ts
smith
added a commit
that referenced
this issue
Sep 4, 2020
...in the table and the header. Did this by adding `word-break: break-all` to them. Also: * Rename List to TransactionList * Add stories for TransactionList and ApmHeader * Add missing type information to transactions based on sample transaction Fixes #73960.
smith
added a commit
to smith/kibana
that referenced
this issue
Sep 8, 2020
...in the table and the header. Did this by adding `word-break: break-all` to them. Also: * Rename List to TransactionList * Add stories for TransactionList and ApmHeader * Add missing type information to transactions based on sample transaction Fixes elastic#73960. # Conflicts: # x-pack/plugins/apm/typings/es_schemas/raw/fields/host.ts # x-pack/plugins/apm/typings/es_schemas/raw/fields/service.ts
smith
added a commit
that referenced
this issue
Sep 8, 2020
...in the table and the header. Did this by adding `word-break: break-all` to them. Also: * Rename List to TransactionList * Add stories for TransactionList and ApmHeader * Add missing type information to transactions based on sample transaction Fixes #73960. # Conflicts: # x-pack/plugins/apm/typings/es_schemas/raw/fields/host.ts # x-pack/plugins/apm/typings/es_schemas/raw/fields/service.ts
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Transactions with long names can overlap the rest of the columns on the table, especially at lower resolutions:
Truncate these so this doesn't happen.
The text was updated successfully, but these errors were encountered: