|
@@ -9,6 +9,7 @@ export const onlineCluster: Cluster = {
|
|
|
topicCount: 3,
|
|
|
bytesInPerSec: 0.000030618196853764715,
|
|
|
bytesOutPerSec: 5.737800890036267075817,
|
|
|
+ readOnly: false,
|
|
|
};
|
|
|
|
|
|
export const offlineCluster: Cluster = {
|
|
@@ -20,6 +21,7 @@ export const offlineCluster: Cluster = {
|
|
|
topicCount: 2,
|
|
|
bytesInPerSec: 8000.0000067376808542600021,
|
|
|
bytesOutPerSec: 0.8153063567297119490871,
|
|
|
+ readOnly: true,
|
|
|
};
|
|
|
|
|
|
export const clusters: Cluster[] = [onlineCluster, offlineCluster];
|