juicedata / juicefs

JuiceFS is a distributed POSIX file system built on top of Redis and S3.
https://juicefs.com
Apache License 2.0
10.96k stars 968 forks source link

Initialize staging_write_bytes metric as Counter for cumulative tracking #5268

Closed Looka149 closed 3 weeks ago

Looka149 commented 3 weeks ago

The staging_write_bytes metric is intended to be used as a Counter, but it is currently represented as a Gauge.

# HELP juicefs_staging_write_bytes write bytes of blocks in the staging path.
# TYPE juicefs_staging_write_bytes gauge
image