Display the representation % of players in metrics

This commit is contained in:
Gabe Kangas
2022-03-27 16:28:14 -07:00
parent 65efdb91b9
commit 299b7ff6de
4 changed files with 22 additions and 2 deletions

View File

@ -129,6 +129,7 @@ export interface Health {
healthy: boolean;
healthyPercentage: number;
message: string;
representation: number;
}
export interface ConfigDetails {