Skip to content
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

feat(TenantOverview): add columns to memory table #593

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

artemmufazalov
Copy link
Member

@artemmufazalov artemmufazalov commented Nov 21, 2023

Add columns Tablet Cache, Query Runtime and Sessions

Example 1 (version before tablet cache and sessions were added to response)
Screen Shot 2023-11-21 at 17 07 32

Example 2 (current version, but with small usage)
Screen Shot 2023-11-21 at 17 08 19

Comment on lines +69 to +78
/**
* int64
*
* a positive value means the peer is ahead in time; a negative value means it's behind
*/
MaxClockSkewWithPeerUs?: string;
MaxClockSkewPeerId?: number;

/** uint64 */
DisconnectTime?: string;
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Values that are new in backend proto file. They received from backend, but are not used in current PR. Added to interface to keep it relevant

colorizeProgress={true}
/>
) : (
'—'
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No data progress bar is more explicit than dash and suits more to neighbour cells and columns.
Screen Shot 2023-11-21 at 16 59 07

@artemmufazalov artemmufazalov marked this pull request as ready for review November 21, 2023 14:23
@artemmufazalov artemmufazalov merged commit 6379577 into main Nov 22, 2023
4 checks passed
@artemmufazalov artemmufazalov deleted the update-memory-table branch November 22, 2023 09:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants