prometheus / node_exporter

Exporter for machine metrics

Home Page:https://prometheus.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node_filesystem_{size,avail}_bytes is not updated for UFS filesystem

erikschwalbe opened this issue · comments

Host operating system: output of uname -a

FreeBSD opnsense.karakun.com 13.2-RELEASE-p2 FreeBSD 13.2-RELEASE-p2 stable/23.7-n254761-4b4f06e3731 SMP amd64

node_exporter version: output of node_exporter --version

node_exporter, version 1.5.0 (branch: release-1.5, revision: 6)
build user: root
build date:
go version: go1.20.7
platform: freebsd/amd64

Are you running node_exporter in Docker?

no

What did you do that produced an error?

Opened and reloaded node_exporter metrics site opnsense:9100/metrics

What did you expect to see?

Values for node_filesystem_{size,avail}_bytes should change

What did you see instead?

Values were not updated automatically.
Only a df on the cmd triggers a update.

In a way it seams to be related to #1498 (comment)

Yeah looks like a dup of #1498, lets discuss over there