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] Increase Logstream height #85913

Merged
merged 2 commits into from
Dec 15, 2020

Conversation

formgeist
Copy link
Contributor

Summary

Increasing the component height from 400px to 640px for more optimal viewing experience.

Before

Screenshot 2020-12-15 at 08 57 46

After

Screenshot 2020-12-15 at 08 54 24

Checklist

Delete any items that are not applicable to this PR.

For maintainers

Increasing the component height for more optimal viewing experience.
@formgeist formgeist added Team:APM All issues that need APM UI Team support release_note:skip Skip the PR/issue when compiling release notes labels Dec 15, 2020
@formgeist formgeist self-assigned this Dec 15, 2020
@formgeist formgeist requested a review from a team as a code owner December 15, 2020 07:59
@elasticmachine
Copy link
Contributor

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

@@ -135,6 +135,7 @@ function LogsTabContent({ transaction }: { transaction: Transaction }) {
startTimestamp={startTimestamp - framePaddingMs}
endTimestamp={endTimestamp + framePaddingMs}
query={`trace.id:"${transaction.trace.id}" OR "${transaction.trace.id}"`}
height={640}
Copy link
Member

Choose a reason for hiding this comment

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

Any reason for that specific size? Is it relative to other containers or does that number just work well?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

400 is too slim for space we typically have in this panel, and it's divisible by 8 😊 Do you think it's too tall?

Copy link
Member

Choose a reason for hiding this comment

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

No it's fine. Just curious. Feel free to merge when green.

@formgeist
Copy link
Contributor Author

@elasticmachine merge upstream

@kibanamachine
Copy link
Contributor

💚 Build Succeeded

Metrics [docs]

Async chunks

Total size of all lazy-loaded chunks that will be downloaded as the user navigates the app

id before after diff
apm 5.4MB 5.4MB +11.0B

Distributable file count

id before after diff
default 47237 47997 +760

History

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

@formgeist formgeist merged commit 9ce6331 into elastic:master Dec 15, 2020
@formgeist formgeist deleted the apm-trace-logstream-height branch December 15, 2020 14:21
formgeist added a commit that referenced this pull request Dec 16, 2020
Increasing the component height for more optimal viewing experience.

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release_note:skip Skip the PR/issue when compiling release notes Team:APM All issues that need APM UI Team support v7.11.0 v8.0.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants