Skip to content

[9.1] [Discover][APM] Fix inconsistent font size when APM is disabled (#227562) #227729

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

Merged
merged 1 commit into from
Jul 11, 2025

Conversation

kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 9.1:

Questions ?

Please refer to the Backport tool documentation

…tic#227562)

When you're viewing a span or transaction and APM is disabled, for some
fields it shows the same information but not as a link.

It also makes the font size of those field values larger. This change
makes it so they are the same size:

## Before

|    APM On    |    APM Off     |
| :----------: | :----------: |
|<img width="1068" height="1214" alt="CleanShot 2025-07-10 at 23 55
26@2x"
src="https://github.com/user-attachments/assets/f0b6f9a9-b5bd-4858-9913-cf5fed94269c"
/> | <img width="1158" height="1206" alt="CleanShot 2025-07-10 at 23 55
59@2x"
src="https://github.com/user-attachments/assets/26fed55b-1cc6-42ab-b46e-f44a7e784800"
/> |

## After

|    APM On    |    APM Off     |
| :----------: | :----------: |
|<img width="1108" height="1220" alt="CleanShot 2025-07-10 at 23 56
58@2x"
src="https://github.com/user-attachments/assets/46b353a2-8ac9-483e-8670-cb485ecda4ce"
/>| <img width="1146" height="1232" alt="CleanShot 2025-07-10 at 23 57
24@2x"
src="https://github.com/user-attachments/assets/66c3970a-d7d4-4a30-8d08-0582a67165ee"
/> |

The service name was changed by using the existing `content` flex group,
while the trace ID uses EuiText component to make itself the same size
as the EuiLink.

(cherry picked from commit e9c4b69)
@kibanamachine kibanamachine merged commit 231fb79 into elastic:9.1 Jul 11, 2025
16 checks passed
@elasticmachine
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
unifiedDocViewer 223.9KB 223.9KB +33.0B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants