is not a correct aggregation. It just returns the count of metric points.
system_filesystem_usage
is up down counter. So you can use something like
Max
in the time range.
d
Divyanshu Negi
04/21/2023, 12:34 PM
ok, Thanks , I have converted it to Max and metric is
bytes
now its showing 74 GB, when checking from terminal after SSH into the machine with
df -h
its showing 70 GB, not sure if its correct to assume that they are same. am I missing something ?
s
Srikanth Chekuri
04/21/2023, 3:19 PM
What does it show if you select
NOOP
? It is the data without any aggregation. I suggested
MAX
since that would be appropriate considering the work case. but since it is an up-down counter, that value might go down in the aggregation interval duration.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.