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 missing service.node.name #84269

Merged
merged 4 commits into from
Nov 27, 2020

Conversation

sorenlouv
Copy link
Member

@sorenlouv sorenlouv commented Nov 24, 2020

Closes #83935

  • Fix duplicated metric section
  • Fix omission of service.node.name filter on metrics details page (jvm specific)

@sorenlouv sorenlouv requested a review from a team as a code owner November 24, 2020 18:44
@botelastic botelastic bot added the Team:APM All issues that need APM UI Team support label Nov 24, 2020
@elasticmachine
Copy link
Contributor

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

urlParams,
agentName,
serviceNodeName
);
Copy link
Member Author

Choose a reason for hiding this comment

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

This was the crux of the problem with missing service.node.name

</EuiFlexGrid>
<EuiSpacer size="xxl" />
</ChartsSyncContextProvider>
)}
Copy link
Member Author

Choose a reason for hiding this comment

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

For some reason the chart section was duplicated

getCPUChartData(setup, serviceName),
getMemoryChartData(setup, serviceName),
getCPUChartData({ setup, serviceName }),
getMemoryChartData({ setup, serviceName }),
Copy link
Member Author

Choose a reason for hiding this comment

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

The server side changes from here and down are purely stylistic (destructured arguments)

@sorenlouv
Copy link
Member 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 3.1MB 3.1MB -639.0B

History

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

@sorenlouv
Copy link
Member Author

jenkins run the e2e

Copy link
Contributor

@cauemarcondes cauemarcondes left a comment

Choose a reason for hiding this comment

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

LGTM

@sorenlouv sorenlouv merged commit f99766e into elastic:master Nov 27, 2020
@sorenlouv sorenlouv deleted the fix-missing-service-node-name branch November 27, 2020 09:20
sorenlouv added a commit to sorenlouv/kibana that referenced this pull request Nov 27, 2020
# Conflicts:
#	x-pack/plugins/apm/public/components/app/service_node_metrics/index.tsx
sorenlouv added a commit that referenced this pull request Nov 27, 2020
# Conflicts:
#	x-pack/plugins/apm/public/components/app/service_node_metrics/index.tsx
gmmorris added a commit to gmmorris/kibana that referenced this pull request Nov 30, 2020
* master:
  [Security Solution] Exceptions Cypress tests (elastic#81759)
  [ML] Fix spaces job ID check (elastic#84404)
  [Security Solution][Detections] Handle dupes when processing threshold rules (elastic#83062)
  skip flaky suite (elastic#84440)
  skip flaky suite (elastic#84445)
  [APM] Fix missing `service.node.name` (elastic#84269)
  Upgrade fp-ts to 2.8.6 (elastic#83866)
  Added data streams privileges to better control delete actions in UI (elastic#83573)
  Improve short-url redirect validation (elastic#84366)
  TSVB offsets (elastic#83051)
  [Discover] Fix navigating back when changing index pattern (elastic#84061)
  [Logs UI] Polish the UI for the log entry examples in the anomaly table (elastic#82139)
  [Logs UI] Limit the height of the "view in context" container (elastic#83178)
  [Application Usage] Update `schema` with new `fleet` rename (elastic#84327)
  fix identation in list (elastic#84301)
@cauemarcondes cauemarcondes self-assigned this Dec 28, 2020
@cauemarcondes
Copy link
Contributor

tests ok

@cauemarcondes cauemarcondes added the apm:test-plan-done Pull request that was successfully tested during the test plan label Dec 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
apm:test-plan-7.11.0 apm:test-plan-done Pull request that was successfully tested during the test plan release_note:fix Team:APM All issues that need APM UI Team support v7.10.1 v7.11.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[APM] JVM metrics are not filtered by service.node.name
4 participants