forked from elastic/kibana
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Performance] Report scale dimensions for service-map and hosts (elas…
…tic#205607) closes elastic/observability-dev#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 | Metric | Description | |----------------|------------------------------------| | `num_of_nodes` | Total number of discovered nodes (services + dependenies | | `num_of_traces` | Total number of traces | ### Infra | Metric | Description | default |---------------|---------------------------------| ----------------- | `num_of_hosts` | Total number of hosts | | `max_hosts_per_page` | Maximum number of host returne `50/100/500` | 100 | Page | Screenshot | |-------------------------------|-------------------------------------------------------------------------------------------| | Global Service Map | ![Screenshot 2025-01-08 at 12 54 43](https://github.com/user-attachments/assets/478b1f7b-bbd7-4ed5-8a7f-b041e6dab3b5) | | Per-service APM Service Map | ![Screenshot 2025-01-08 at 12 53 07](https://github.com/user-attachments/assets/62ee7852-6410-4dfc-9da2-5fc849ec18bc) | | Infra | !![Screenshot 2025-01-08 at 12 56 00](https://github.com/user-attachments/assets/e8b28a9c-14f7-4296-83cb-ddc25047f508) | ### How to test - Open any of the above pages - In the network tab, look for `kibana:plugin_render_time`
- Loading branch information
1 parent
2cdc119
commit 4324683
Showing
6 changed files
with
44 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters