-
Notifications
You must be signed in to change notification settings - Fork 8.2k
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
[APM] Fix missing service.node.name
#84269
Conversation
Pinging @elastic/apm-ui (Team:apm) |
urlParams, | ||
agentName, | ||
serviceNodeName | ||
); |
There was a problem hiding this comment.
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> | ||
)} |
There was a problem hiding this comment.
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 }), |
There was a problem hiding this comment.
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)
@elasticmachine merge upstream |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
jenkins run the e2e |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
# Conflicts: # x-pack/plugins/apm/public/components/app/service_node_metrics/index.tsx
# Conflicts: # x-pack/plugins/apm/public/components/app/service_node_metrics/index.tsx
* 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)
tests ok |
Closes #83935
service.node.name
filter on metrics details page (jvm specific)