Skip to content

Commit

Permalink
Service map backend links (#107317) (#107824)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Nathan L Smith <nathan.smith@elastic.co>
  • Loading branch information
kibanamachine and smith authored Aug 6, 2021
1 parent b1117dc commit bbf4e28
Show file tree
Hide file tree
Showing 22 changed files with 907 additions and 664 deletions.
6 changes: 3 additions & 3 deletions x-pack/plugins/apm/common/service_map.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ export interface Connection {
destination: ConnectionNode;
}

export interface ServiceNodeStats {
avgMemoryUsage: number | null;
avgCpuUsage: number | null;
export interface NodeStats {
avgMemoryUsage?: number | null;
avgCpuUsage?: number | null;
transactionStats: {
avgTransactionDuration: number | null;
avgRequestsPerMinute: number | null;
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

116 changes: 0 additions & 116 deletions x-pack/plugins/apm/public/components/app/service_map/Popover/Info.tsx

This file was deleted.

Loading

0 comments on commit bbf4e28

Please sign in to comment.