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

[8.7] [APM] Display numeric labels at the top of metadata section (#151575) #151694

Merged
merged 1 commit into from
Feb 21, 2023

Conversation

kibanamachine
Copy link
Contributor

Backport

This will backport the following commits from main to 8.7:

Questions ?

Please refer to the Backport tool documentation

…151575)

We already display `labels` at the top of metadata to make them easy to
find. Recently APM Server split out numeric labels so they are located
separately from string labels. This means that the following will create
one numeric label `numeric_labels.time_range_duration`, and one string
label `labels.app`.

```ts
transaction.addLabels({ time_range_duration: 123, app: 'apm' });
```

Right now the numeric labels section is far down on the metadata list,
making it hard to find (I missed it and didn't understand what was going
on).

![image](https://user-images.githubusercontent.com/209966/219943397-2c9fe2fe-89be-4c9b-8007-0986ed6d4b94.png)
...

![image](https://user-images.githubusercontent.com/209966/219943400-80442b60-33e7-4275-a110-d592f4b12d60.png)

**Change in this PR**
This PR moves the the `numeric_labels` to the top of Metadata, just
below the `labels` section.

<img width="1443" alt="image"
src="https://user-images.githubusercontent.com/209966/219975299-709ab77f-8ad7-42c0-9fe5-cbcdb7393c78.png">

(cherry picked from commit 5ee2b21)
@botelastic botelastic bot added the Team:APM All issues that need APM UI Team support label Feb 21, 2023
@kibanamachine kibanamachine enabled auto-merge (squash) February 21, 2023 12:20
@elasticmachine
Copy link
Contributor

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

@kibanamachine kibanamachine merged commit c40ce1e into elastic:8.7 Feb 21, 2023
@kibana-ci
Copy link
Collaborator

💚 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 3.3MB 3.3MB +26.0B

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

cc @sqren

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport Team:APM All issues that need APM UI Team support
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants