-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[Performance] Report scale dimensions for service-map and hosts #205607
Conversation
Pinging @elastic/obs-ux-infra_services-team (Team:obs-ux-infra_services) |
.../solutions/observability/plugins/infra/public/pages/metrics/hosts/components/hosts_table.tsx
Show resolved
Hide resolved
…nto 3777-scale-dimensions
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
I have one question about the services count: I see in the service map different numbers in the count (it's services + dependency) :
The trace count is different compared to the traces page (23 traces are shown on the service map tracking and only 13 traces are shown on the traces page) :
Maybe there are some filters or other logic I am not aware of but decided to share that anyway to make sure I understand how we track it 😅 (and make sure that it's not an issue)
.../solutions/observability/plugins/infra/public/pages/metrics/hosts/components/hosts_table.tsx
Outdated
Show resolved
Hide resolved
💔 Build Failed
Failed CI StepsMetrics [docs]
History
|
Good catch, thanks for checking. The count reflects the total number of nodes (services + dependencies) so the
Yes, the top traces check if it's the root transaction so it's expected to be a lower nunber. |
@kpatticha Thank you for explaining!
I like your suggestion as |
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 from a logs-ux codeowner perspective
Starting backport for target branches: 8.x |
💔 All backports failed
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation |
closes https://github.com/elastic/observability-dev/issues/3777
Summary
This PR provides scale dimensions for the service map and infra host pages without introducing any additional requests.
Global Service Map and Per-service APM Service Map
num_of_nodes
num_of_traces
Infra
num_of_hosts
max_hosts_per_page
50/100/500
How to test
kibana:plugin_render_time