aboutsummaryrefslogtreecommitdiff
path: root/weed/stats/metrics_names.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/stats/metrics_names.go')
-rw-r--r--weed/stats/metrics_names.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/weed/stats/metrics_names.go b/weed/stats/metrics_names.go
index 59ae022aa..3c62dd48e 100644
--- a/weed/stats/metrics_names.go
+++ b/weed/stats/metrics_names.go
@@ -4,6 +4,8 @@ package stats
// The naming convention is ErrorSomeThing = "error.some.thing"
const (
// volume server
+ WriteToLocalDisk = "writeToLocalDisk"
+ WriteToReplicas = "writeToReplicas"
ErrorSizeMismatchOffsetSize = "errorSizeMismatchOffsetSize"
ErrorSizeMismatch = "errorSizeMismatch"
ErrorCRC = "errorCRC"