Skip to content

Commit

Permalink
Fix typo of Metrics (#5472) (#5474)
Browse files Browse the repository at this point in the history
close #5473
  • Loading branch information
ti-chi-bot authored Jul 27, 2022
1 parent aa50505 commit 6970c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Common/TiFlashMetrics.h
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ namespace DB
F(type_get_cache_miss, {"type", "get_cache_miss"}), \
F(type_get_cache_part, {"type", "get_cache_part"}), \
F(type_get_cache_hit, {"type", "get_cache_hit"}), \
F(type_get_cache_copy, {"type", "add_cache_copy"})) \
F(type_get_cache_copy, {"type", "get_cache_copy"})) \
M(tiflash_storage_read_thread_gauge, "The gauge of storage read thread", Gauge, \
F(type_merged_task, {"type", "merged_task"})) \
M(tiflash_storage_read_thread_seconds, "Bucketed histogram of read thread", Histogram, \
Expand Down

0 comments on commit 6970c2b

Please sign in to comment.