aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-08-02 01:30:38 +0500
committerKonstantin Lebedev <9497591+kmlebedev@users.noreply.github.com>2022-08-02 01:30:38 +0500
commit3ffa4ba91dfdeba985ab6f7933b4d789ab702442 (patch)
tree03970679143a3ca6a171f079a2cacdf39aea0cd1
parent2a5629dd28410658129513dbb08048e06761e502 (diff)
downloadseaweedfs-3ffa4ba91dfdeba985ab6f7933b4d789ab702442.tar.xz
seaweedfs-3ffa4ba91dfdeba985ab6f7933b4d789ab702442.zip
clean
-rw-r--r--weed/stats/metrics_names.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/stats/metrics_names.go b/weed/stats/metrics_names.go
index 722f4ad94..3c62dd48e 100644
--- a/weed/stats/metrics_names.go
+++ b/weed/stats/metrics_names.go
@@ -6,7 +6,6 @@ const (
// volume server
WriteToLocalDisk = "writeToLocalDisk"
WriteToReplicas = "writeToReplicas"
- ReplicatedWrite = "replicatedWrite"
ErrorSizeMismatchOffsetSize = "errorSizeMismatchOffsetSize"
ErrorSizeMismatch = "errorSizeMismatch"
ErrorCRC = "errorCRC"