Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
limowang committed Jan 5, 2024
1 parent 5518743 commit 8580b73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/metrics/metric_collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ func processAllServerMetrics() {
updateClusterLevelMetrics(metricsOfCluster)
}

//update metrics self
// update metrics self
func updatePartitionMetrics(metrics []gjson.Result, cluster string, host string, port string, entity string, partitionID string, tableID string, dsource int) {
for _, metric := range metrics {
name := metric.Get("name").String()
Expand Down

0 comments on commit 8580b73

Please sign in to comment.