neils-dev commented on PR #3781: URL: https://github.com/apache/ozone/pull/3781#issuecomment-1307524690
Thanks @kerneltime , @sodonnel for the comment on removing the prefix "tracked" from metrics published through the NodeDecommisionMetrics. Sounds good. I've updated the code, now metrics are pushed as for jmx, > "DecommissioningMaintenanceNodesTotal" : 1, > "RecommissionNodesTotal" : 0, > "PipelinesWaitingToCloseTotal" : 1, > "ContainersUnderReplicatedTotal" : 0, > "ContainersUnhealthyTotal" : 0, > "ContainersSufficientlyReplicatedTotal" : 0, > "tag.datanode.1" : "ozone_datanode_2.ozone_default", > "tag.Hostname.1" : "30857068c05f", > "PipelinesWaitingToCloseDN.1" : 1, > "UnderReplicatedDN.1" : 0, > "SufficientlyReplicatedDN.1" : 0, > "UnhealthyContainersDN.1" : 0 and on the prom endpoint, > node_decommission_metrics_containers_under_replicated_total{hostname="30857068c05f"} 1 > ... > node_decommission_metrics_decommissioning_maintenance_nodes_total gauge > node_decommission_metrics_decommissioning_maintenance_nodes_total{hostname="30857068c05f"} 1 > -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@ozone.apache.org For additional commands, e-mail: issues-h...@ozone.apache.org