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.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/stats/metrics_names.go b/weed/stats/metrics_names.go
index c0a6e99be..15f0ad24f 100644
--- a/weed/stats/metrics_names.go
+++ b/weed/stats/metrics_names.go
@@ -41,6 +41,7 @@ const (
ErrorWriteEntry = "write.entry.failed"
RepeatErrorUploadContent = "upload.content.repeat.failed"
ErrorChunkAssign = "chunkAssign.failed"
+ ErrorReadChunk = "read.chunk.failed"
ErrorReadCache = "read.cache.failed"
ErrorReadStream = "read.stream.failed"