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

[APM] Fix overlapping transaction names #76083

Merged
merged 5 commits into from
Sep 4, 2020
Merged

Conversation

smith
Copy link
Contributor

@smith smith commented Aug 27, 2020

...in the table and the header. Did this by adding word-break: break-all to them.

Before:

image
image

After:

image
image

Also:

  • Rename List to TransactionList
  • Add stories for TransactionList and ApmHeader
  • Add missing type information to transactions based on sample transaction

Fixes #73960.

...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 smith requested a review from a team as a code owner August 27, 2020 14:03
@botelastic botelastic bot added the Team:APM All issues that need APM UI Team support label Aug 27, 2020
@elasticmachine
Copy link
Contributor

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

@smith
Copy link
Contributor Author

smith commented Aug 27, 2020

retest

@smith
Copy link
Contributor Author

smith commented Aug 27, 2020

@elasticmachine merge upstream

@@ -19,6 +19,7 @@ export type AgentName =
| 'ruby';

export interface Agent {
ephemeral_id?: string;
Copy link
Member

@sorenlouv sorenlouv Aug 28, 2020

Choose a reason for hiding this comment

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

Until now we've only added fields we were actively using. Adding every field didn't add much value since most of them are never used by the ui, and was time consuming since it is a manual process.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I'm actively using it in the Storybook. I'm ok with manually adding them, but it should be a reasonable assumption that I can copy real data from the UI, paste it into a story or test, and have it pass the type checker.

@smith
Copy link
Contributor Author

smith commented Aug 31, 2020

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Build metrics

async chunks size

id value diff baseline
apm 4.9MB +782.0B 4.9MB

History

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

@smith smith merged commit 4d4eae4 into elastic:master Sep 4, 2020
@smith smith deleted the nls/long-names branch September 4, 2020 20:11
gmmorris added a commit to gmmorris/kibana that referenced this pull request Sep 7, 2020
* master:
  [APM] Use observer.hostname instead of observer.name (elastic#76074)
  Legacy logging: fix remoteAddress being duplicated in userAgent field (elastic#76751)
  Remove legacy deprecation adapter (elastic#76753)
  [Security Solution][Detections] Rule forms cleanup (elastic#76138)
  Adds back in custom images for reporting + tests (elastic#76810)
  [APM] Fix overlapping transaction names (elastic#76083)
  [Ingest Pipelines] Add descriptions for ingest processors A-D (elastic#75975)
smith added a commit to smith/kibana that referenced this pull request 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 pull request 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
Labels
release_note:fix Team:APM All issues that need APM UI Team support v7.10.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Long transaction names overlap table
5 participants