Skip to content

Commit 5f71851

Browse files
smithkibanamachine
authored andcommitted
Service map backend links (elastic#107317)
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
1 parent 77a6caa commit 5f71851

22 files changed

+907
-664
lines changed

x-pack/plugins/apm/common/service_map.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ export interface Connection {
5858
destination: ConnectionNode;
5959
}
6060

61-
export interface ServiceNodeStats {
62-
avgMemoryUsage: number | null;
63-
avgCpuUsage: number | null;
61+
export interface NodeStats {
62+
avgMemoryUsage?: number | null;
63+
avgCpuUsage?: number | null;
6464
transactionStats: {
6565
avgTransactionDuration: number | null;
6666
avgRequestsPerMinute: number | null;

x-pack/plugins/apm/public/components/app/service_map/Popover/Buttons.test.tsx

-41
This file was deleted.

x-pack/plugins/apm/public/components/app/service_map/Popover/Buttons.tsx

-60
This file was deleted.

x-pack/plugins/apm/public/components/app/service_map/Popover/Contents.tsx

-91
This file was deleted.

x-pack/plugins/apm/public/components/app/service_map/Popover/Info.tsx

-116
This file was deleted.

0 commit comments

Comments
 (0)