Skip to content

Commit

Permalink
devex: add memory usage bytes
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Mar 13, 2023
1 parent f5d7d78 commit 59fdca0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rest/types/ignite.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ export interface Container {
metrics: {
cpu_usage_percent: number;
memory_usage_percent: number;
memory_usage_bytes: number;
} | null;

/**
Expand Down

0 comments on commit 59fdca0

Please sign in to comment.