Skip to content

[APM] Fix missing sparklines from dependency#227211

Merged
kpatticha merged 2 commits intoelastic:mainfrom
kpatticha:227183-missing-sparklines-dependency
Jul 9, 2025
Merged

[APM] Fix missing sparklines from dependency#227211
kpatticha merged 2 commits intoelastic:mainfrom
kpatticha:227183-missing-sparklines-dependency

Conversation

@kpatticha
Copy link
Copy Markdown
Contributor

@kpatticha kpatticha commented Jul 9, 2025

Summary

closes #227183

Before

Screen.Recording.2025-07-09.at.11.53.57.AM.mov

After

Screen.Recording.2025-07-09.at.2.05.16.PM.mov

@kpatticha kpatticha requested a review from a team July 9, 2025 11:06
@botelastic botelastic bot added the Team:obs-ux-infra_services - DEPRECATED DEPRECATED - Use Team:obs-presentation. label Jul 9, 2025
@elasticmachine
Copy link
Copy Markdown
Contributor

Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services)

@kpatticha kpatticha added release_note:fix backport:all-open Backport to all branches that could still receive a release labels Jul 9, 2025
dependencies: {
terms: {
field: SPAN_DESTINATION_SERVICE_RESOURCE,
size: dependencyNames.length,
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

q: why adding the size fixes the problem?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

In ES, if you don't explicitly specify the size, the default number of results returned is 10. If you check the recording related to the issue, you'll notice that sparklines are displayed but only for 10 of the dependencies."

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

ahhh yes. That makes sense. Thanks.

@kpatticha kpatticha enabled auto-merge (squash) July 9, 2025 11:55
@kpatticha kpatticha merged commit 7bc9207 into elastic:main Jul 9, 2025
12 checks passed
@kibanamachine
Copy link
Copy Markdown
Contributor

Starting backport for target branches: 8.17, 8.18, 8.19, 9.0, 9.1

https://github.com/elastic/kibana/actions/runs/16170261169

@kibanamachine
Copy link
Copy Markdown
Contributor

💔 Some backports could not be created

Status Branch Result
8.17 Backport failed because of merge conflicts
8.18 Backport failed because of merge conflicts
8.19 Backport failed because of merge conflicts
9.0 Backport failed because of merge conflicts
9.1

Note: Successful backport PRs will be merged automatically after passing CI.

Manual backport

To create the backport manually run:

node scripts/backport --pr 227211

Questions ?

Please refer to the Backport tool documentation

kibanamachine added a commit that referenced this pull request Jul 9, 2025
# Backport

This will backport the following commits from `main` to `9.1`:
- [[APM] Fix missing sparklines from dependency
(#227211)](#227211)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"Katerina","email":"aikaterini.patticha@elastic.co"},"sourceCommit":{"committedDate":"2025-07-09T13:11:15Z","message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:all-open","Team:obs-ux-infra_services","v9.2.0"],"title":"[APM]
Fix missing sparklines from
dependency","number":227211,"url":"https://github.com/elastic/kibana/pull/227211","mergeCommit":{"message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/227211","number":227211,"mergeCommit":{"message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367"}}]}]
BACKPORT-->

Co-authored-by: Katerina <aikaterini.patticha@elastic.co>
@kpatticha
Copy link
Copy Markdown
Contributor Author

💚 All backports created successfully

Status Branch Result
8.17

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

@kpatticha
Copy link
Copy Markdown
Contributor Author

💚 All backports created successfully

Status Branch Result
8.18

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

@kpatticha
Copy link
Copy Markdown
Contributor Author

💚 All backports created successfully

Status Branch Result
8.19

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

@kpatticha
Copy link
Copy Markdown
Contributor Author

💚 All backports created successfully

Status Branch Result
9.0

Note: Successful backport PRs will be merged automatically after passing CI.

Questions ?

Please refer to the Backport tool documentation

kpatticha added a commit that referenced this pull request Jul 10, 2025
# Backport

This will backport the following commits from `main` to `9.0`:
- [[APM] Fix missing sparklines from dependency
(#227211)](#227211)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"Katerina","email":"aikaterini.patticha@elastic.co"},"sourceCommit":{"committedDate":"2025-07-09T13:11:15Z","message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:all-open","Team:obs-ux-infra_services","v9.1.0","v9.2.0"],"title":"[APM]
Fix missing sparklines from
dependency","number":227211,"url":"https://github.com/elastic/kibana/pull/227211","mergeCommit":{"message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/227254","number":227254,"state":"MERGED","mergeCommit":{"sha":"f1f3bd0b53639d5cfaccfc970279d81fe5352d08","message":"[9.1]
[APM] Fix missing sparklines from dependency (#227211) (#227254)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.1`:\n- [[APM] Fix missing sparklines from
dependency\n(#227211)](https://github.com/elastic/kibana/pull/227211)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Katerina
<aikaterini.patticha@elastic.co>"}},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/227211","number":227211,"mergeCommit":{"message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367"}},{"url":"https://github.com/elastic/kibana/pull/227395","number":227395,"branch":"8.17","state":"OPEN"},{"url":"https://github.com/elastic/kibana/pull/227396","number":227396,"branch":"8.18","state":"OPEN"},{"url":"https://github.com/elastic/kibana/pull/227397","number":227397,"branch":"8.19","state":"OPEN"}]}]
BACKPORT-->
kpatticha added a commit that referenced this pull request Jul 10, 2025
# Backport

This will backport the following commits from `main` to `8.18`:
- [[APM] Fix missing sparklines from dependency
(#227211)](#227211)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"Katerina","email":"aikaterini.patticha@elastic.co"},"sourceCommit":{"committedDate":"2025-07-09T13:11:15Z","message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:all-open","Team:obs-ux-infra_services","v9.1.0","v9.2.0"],"title":"[APM]
Fix missing sparklines from
dependency","number":227211,"url":"https://github.com/elastic/kibana/pull/227211","mergeCommit":{"message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/227254","number":227254,"state":"MERGED","mergeCommit":{"sha":"f1f3bd0b53639d5cfaccfc970279d81fe5352d08","message":"[9.1]
[APM] Fix missing sparklines from dependency (#227211) (#227254)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.1`:\n- [[APM] Fix missing sparklines from
dependency\n(#227211)](https://github.com/elastic/kibana/pull/227211)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Katerina
<aikaterini.patticha@elastic.co>"}},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/227211","number":227211,"mergeCommit":{"message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367"}},{"url":"https://github.com/elastic/kibana/pull/227395","number":227395,"branch":"8.17","state":"OPEN"}]}]
BACKPORT-->
kpatticha added a commit that referenced this pull request Jul 10, 2025
# Backport

This will backport the following commits from `main` to `8.19`:
- [[APM] Fix missing sparklines from dependency
(#227211)](#227211)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"Katerina","email":"aikaterini.patticha@elastic.co"},"sourceCommit":{"committedDate":"2025-07-09T13:11:15Z","message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:all-open","Team:obs-ux-infra_services","v9.1.0","v9.2.0"],"title":"[APM]
Fix missing sparklines from
dependency","number":227211,"url":"https://github.com/elastic/kibana/pull/227211","mergeCommit":{"message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/227254","number":227254,"state":"MERGED","mergeCommit":{"sha":"f1f3bd0b53639d5cfaccfc970279d81fe5352d08","message":"[9.1]
[APM] Fix missing sparklines from dependency (#227211) (#227254)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.1`:\n- [[APM] Fix missing sparklines from
dependency\n(#227211)](https://github.com/elastic/kibana/pull/227211)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Katerina
<aikaterini.patticha@elastic.co>"}},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/227211","number":227211,"mergeCommit":{"message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367"}},{"url":"https://github.com/elastic/kibana/pull/227395","number":227395,"branch":"8.17","state":"OPEN"},{"url":"https://github.com/elastic/kibana/pull/227396","number":227396,"branch":"8.18","state":"OPEN"}]}]
BACKPORT-->

---------

Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
kpatticha added a commit that referenced this pull request Jul 11, 2025
# Backport

This will backport the following commits from `main` to `8.17`:
- [[APM] Fix missing sparklines from dependency
(#227211)](#227211)

<!--- Backport version: 10.0.1 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT
[{"author":{"name":"Katerina","email":"aikaterini.patticha@elastic.co"},"sourceCommit":{"committedDate":"2025-07-09T13:11:15Z","message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367","branchLabelMapping":{"^v9.2.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["release_note:fix","backport:all-open","Team:obs-ux-infra_services","v9.1.0","v9.2.0"],"title":"[APM]
Fix missing sparklines from
dependency","number":227211,"url":"https://github.com/elastic/kibana/pull/227211","mergeCommit":{"message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367"}},"sourceBranch":"main","suggestedTargetBranches":[],"targetPullRequestStates":[{"branch":"9.1","label":"v9.1.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"url":"https://github.com/elastic/kibana/pull/227254","number":227254,"state":"MERGED","mergeCommit":{"sha":"f1f3bd0b53639d5cfaccfc970279d81fe5352d08","message":"[9.1]
[APM] Fix missing sparklines from dependency (#227211) (#227254)\n\n#
Backport\n\nThis will backport the following commits from `main` to
`9.1`:\n- [[APM] Fix missing sparklines from
dependency\n(#227211)](https://github.com/elastic/kibana/pull/227211)\n\n\n\n###
Questions ?\nPlease refer to the [Backport
tool\ndocumentation](https://github.com/sorenlouv/backport)\n\n\n\nCo-authored-by:
Katerina
<aikaterini.patticha@elastic.co>"}},{"branch":"main","label":"v9.2.0","branchLabelMappingKey":"^v9.2.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/227211","number":227211,"mergeCommit":{"message":"[APM]
Fix missing sparklines from dependency (#227211)\n\n## Summary\n\ncloses
https://github.com/elastic/kibana/issues/227183\n\n\n### Before
\n\n\nhttps://github.com/user-attachments/assets/1c737e25-cf4e-461e-940e-3c936be6597a\n\n\n\n###
After
\n\n\n\nhttps://github.com/user-attachments/assets/dd77f65e-85e2-4cee-8fad-9dee985f5e69","sha":"7bc920732652a0a090b9e07989d0ed2289721367"}}]}]
BACKPORT-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport:all-open Backport to all branches that could still receive a release release_note:fix Team:obs-ux-infra_services - DEPRECATED DEPRECATED - Use Team:obs-presentation. v8.17.9 v8.18.4 v8.19.0 v9.0.4 v9.1.0 v9.2.0

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[APM] Dependencies table missing sparklines

4 participants