Skip to content

Commit

Permalink
32
Browse files Browse the repository at this point in the history
Signed-off-by: Zhigao Tong <tongzhigao@pingcap.com>
  • Loading branch information
solotzg committed Mar 3, 2023
1 parent c106983 commit 3b778c3
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 @@ -103,7 +103,7 @@ namespace DB
F(type_passthrough_none_compression_local, {"type", "passthrough_none_compression_local"}), \
F(type_passthrough_none_compression_remote, {"type", "passthrough_none_compression_remote"}), \
F(type_passthrough_lz4_compression, {"type", "passthrough_lz4_compression"}), \
F(type_passthrough_zstd_compression, {"type", "passthrough_zstd_compression"})), \
F(type_passthrough_zstd_compression, {"type", "passthrough_zstd_compression"})) \
M(tiflash_schema_version, "Current version of tiflash cached schema", Gauge) \
M(tiflash_schema_applying, "Whether the schema is applying or not (holding lock)", Gauge) \
M(tiflash_schema_apply_count, "Total number of each kinds of apply", Counter, F(type_diff, {"type", "diff"}), \
Expand Down

0 comments on commit 3b778c3

Please sign in to comment.