Skip to content

Commit

Permalink
metrics(ticdc): add kafka compression ratio description for grafana (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sdojjy committed Jun 26, 2024
1 parent a2e6219 commit 401b2bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/grafana/ticdc.json
Original file line number Diff line number Diff line change
Expand Up @@ -7726,7 +7726,7 @@
"dashLength": 10,
"dashes": false,
"datasource": "${DS_TEST-CLUSTER}",
"description": "The compression ratio times 100 of record batches for all topics.",
"description": "The compression ratio times 100 of record batches for all topics. Compression ratio = Size of original data / Size of compressed data * 100",
"fieldConfig": {
"defaults": {},
"overrides": []
Expand Down

0 comments on commit 401b2bc

Please sign in to comment.