Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JinheLin committed Jul 26, 2022
1 parent a476307 commit 1e97a4a
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 1e97a4a

Please sign in to comment.