Closed Looka149 closed 3 weeks ago
The staging_write_bytes metric is intended to be used as a Counter, but it is currently represented as a Gauge.
staging_write_bytes
# HELP juicefs_staging_write_bytes write bytes of blocks in the staging path. # TYPE juicefs_staging_write_bytes gauge
The
staging_write_bytes
metric is intended to be used as a Counter, but it is currently represented as a Gauge.