JuiceFS¶
Collect metrics information related to JuiceFS data size, IO, transactions, objects, clients, and other components.
Installation and Configuration¶
JuiceFS Metrics¶
JuiceFS exposes the metrics port by default at 9567
. You can view the metrics information via a browser at http://clientIP:9567/metrics
.
DataKit Collector Configuration¶
Since JuiceFS
can directly expose a metrics
URL, it can be collected using the prom
collector.
The configuration changes are as follows:
Other configurations can be adjusted as needed
, Parameter adjustment notes:
- urls: Prometheus metrics address; enter the metrics URL exposed by the corresponding component.
- source: Collector alias, it is recommended to differentiate.
- interval: Collection interval.
Restart DataKit¶
Metrics¶
For detailed metrics information, refer to the official documentation.