Skip to content

Commit

Permalink
get and set counts two
Browse files Browse the repository at this point in the history
  • Loading branch information
shuaihehe committed Dec 4, 2023
1 parent c0af911 commit df8648f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions curvefs/src/client/metric/client_metric.h
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ struct KVClientManagerMetric {
count(prefix, fsName + "_count"),
hit(prefix, fsName + "_hit"),
miss(prefix, fsName + "_miss"),
getQueueSize(prefix, fsName + "_getQueueSize"),
setQueueSize(prefix, fsName + "_setQueueSize") {}
getQueueSize(prefix, fsName + "_get_queue_size"),
setQueueSize(prefix, fsName + "_set_queue_size") {}
};

struct MemcacheClientMetric {
Expand Down

0 comments on commit df8648f

Please sign in to comment.