Skip to content

Commit 8518d9b

Browse files
jameseh96daverigby
authored andcommitted
MB-43025: Rename kv_dcp_total_bytes_bytes
Renames the Prometheus metric kv_dcp_total_bytes_bytes to kv_dcp_total_data_size_bytes to avoid repetition and add clarity. Change-Id: Ifeb96ab0c91b351be934ee1df8b7b2321694e5d9 Reviewed-on: http://review.couchbase.org/c/kv_engine/+/141249 Reviewed-by: Dave Rigby <[email protected]> Tested-by: Build Bot <[email protected]>
1 parent cfae3f9 commit 8518d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/statistics/stats.def.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ STAT(connagg_items_remaining,
512512
STAT(connagg_total_bytes,
513513
"{connection_type}:total_bytes",
514514
bytes,
515-
dcp_total_bytes, )
515+
dcp_total_data_size, )
516516
STAT(connagg_total_uncompressed_data_size,
517517
"{connection_type}:total_uncompressed_data_size",
518518
bytes,

0 commit comments

Comments
 (0)