Skip to content

JuiceFS

Collect JuiceFS data size, IO, things, objects, clients and other related component metrics information.

Configuration

JuiceFS Metrics

JuiceFS default exposure metrics port is: 9567, you can view metrics related information through the browser: http://clientIP:9567/metrics.

DataKit Collector Configuration

Because JuiceFS can expose metrics URL directly, it can be collected directly through prom collector.

The adjustments are as follows:

urls = ["http://localhost:9567/metrics"]

source = "juicefs"

interval = "10s"

Other configurations are adjusted as needed

, adjust parameter description:

  • Urls: prometheus Metric address, where you fill in the metric URL exposed by the corresponding component
  • Source: Collector alias, recommended to distinguish
  • Interval: collection interval

Restart DataKit

systemctl restart datakit

index{#metric}

Detailed Metric Information Reference doc

Feedback

Is this page helpful? ×