Closed dwilsondo closed 1 year ago
Adds the following metrics to export from agent, only applicable to hosts running DBaaS Kafka.
kafka_controller_KafkaController_ActiveBrokerCount_Value
kafka_server_ReplicaManager_OfflineReplicaCount_Value
kafka_server_ReplicaManager_UnderMinIsrPartitionCount_Value
kafka_server_ReplicaManager_IsrExpandsPerSec_Count
kafka_server_ReplicaManager_IsrShrinksPerSec_Count
kafka_server_group_coordinator_metrics_group_completed_rebalance_count
kafka_server_group_coordinator_metrics_offset_commit_count
No addition to aggregation.go because each of these metrics is already pre-aggregated, only has labels at the service/host levels.
aggregation.go
service
host
Adds the following metrics to export from agent, only applicable to hosts running DBaaS Kafka.
kafka_controller_KafkaController_ActiveBrokerCount_Value
kafka_server_ReplicaManager_OfflineReplicaCount_Value
kafka_server_ReplicaManager_UnderMinIsrPartitionCount_Value
kafka_server_ReplicaManager_IsrExpandsPerSec_Count
kafka_server_ReplicaManager_IsrShrinksPerSec_Count
kafka_server_group_coordinator_metrics_group_completed_rebalance_count
kafka_server_group_coordinator_metrics_offset_commit_count
No addition to
aggregation.go
because each of these metrics is already pre-aggregated, only has labels at theservice
/host
levels.