- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 197
Closed
Labels
scope/frontendRelated to frontend changesRelated to frontend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/bugSomething isn't workingSomething isn't working
Milestone
Description
https://discord.com/channels/897805035122077716/1197881542052159608
brokers.json:
[
    {
        "id": 1,
        "host": "test-region-1-broker-1.kafka",
        "port": 9092,
        "bytesInPerSec": null,
        "bytesOutPerSec": null,
        "partitionsLeader": 18,
        "partitions": 110,
        "inSyncPartitions": 110,
        "partitionsSkew": 0.0,
        "leadersSkew": -1.8
    },
    {
        "id": 2,
        "host": "test-region-1-broker-2.kafka",
        "port": 9092,
        "bytesInPerSec": null,
        "bytesOutPerSec": null,
        "partitionsLeader": 18,
        "partitions": 110,
        "inSyncPartitions": 110,
        "partitionsSkew": 0.0,
        "leadersSkew": -1.8
    },
    {
        "id": 3,
        "host": "test-region-1-broker-3.kafka",
        "port": 9092,
        "bytesInPerSec": null,
        "bytesOutPerSec": null,
        "partitionsLeader": 18,
        "partitions": 110,
        "inSyncPartitions": 110,
        "partitionsSkew": 0.0,
        "leadersSkew": -1.8
    },
    {
        "id": 4,
        "host": "test-region-2-broker-1.kafka",
        "port": 9092,
        "bytesInPerSec": null,
        "bytesOutPerSec": null,
        "partitionsLeader": 19,
        "partitions": 110,
        "inSyncPartitions": 110,
        "partitionsSkew": 0.0,
        "leadersSkew": 3.6
    },
    {
        "id": 5,
        "host": "test-region-2-broker-2.kafka",
        "port": 9092,
        "bytesInPerSec": null,
        "bytesOutPerSec": null,
        "partitionsLeader": 18,
        "partitions": 110,
        "inSyncPartitions": 110,
        "partitionsSkew": 0.0,
        "leadersSkew": -1.8
    },
    {
        "id": 6,
        "host": "test-region-2-broker-3.kafka",
        "port": 9092,
        "bytesInPerSec": null,
        "bytesOutPerSec": null,
        "partitionsLeader": 19,
        "partitions": 110,
        "inSyncPartitions": 110,
        "partitionsSkew": 0.0,
        "leadersSkew": 3.6
    }  
]
stats.json:
{
    "brokerCount": 6,
    "zooKeeperStatus": null,
    "activeControllers": 3,
    "onlinePartitionCount": 110,
    "offlinePartitionCount": 0, 
    "inSyncReplicasCount": 660,
    "outOfSyncReplicasCount": 0,
    "underReplicatedPartitionCount": 0,
    "diskUsage": [
        {
            "brokerId": 1, 
            "segmentSize": 15296,
            "segmentCount": 110
        },
        {
            "brokerId": 2, 
            "segmentSize": 15296,
            "segmentCount": 110
        },
        {
            "brokerId": 3, 
            "segmentSize": 15296,
            "segmentCount": 110
        },
        {
            "brokerId": 4, 
            "segmentSize": 15608,
            "segmentCount": 130
        },
        {
            "brokerId": 5, 
            "segmentSize": 15892,
            "segmentCount": 131
        },
        {
            "brokerId": 6, 
            "segmentSize": 15608,
            "segmentCount": 132
        }
    ],
    "version": "2.7-IV2"
}
Metadata
Metadata
Assignees
Labels
scope/frontendRelated to frontend changesRelated to frontend changesstatus/triage/completedAutomatic triage completedAutomatic triage completedtype/bugSomething isn't workingSomething isn't working
