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.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/stats/metrics_names.go b/weed/stats/metrics_names.go
index a79b3f3db..f97796e3b 100644
--- a/weed/stats/metrics_names.go
+++ b/weed/stats/metrics_names.go
@@ -10,8 +10,8 @@ const (
ErrorSizeMismatch = "errorSizeMismatch"
ErrorCRC = "errorCRC"
ErrorIndexOutOfRange = "errorIndexOutOfRange"
- ErrorGetNotFound = "errorGetNotFound"
- ErrorGetInternal = "errorGetInternal"
+ ErrorGetNotFound = "errorGetNotFound"
+ ErrorGetInternal = "errorGetInternal"
// master topology
ErrorWriteToLocalDisk = "errorWriteToLocalDisk"