Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 593 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 593 Bytes

CephFS XAttr Prometheus Exporter

Prometheus exporter that publishes size information to Prometheus, by reading xattributes.

Environment Variables

  • CEPH_USER : User to connect to ceph cluster (default: admin).
  • CEPH_CONFIG : Config to connect to ceph cluster (default: /etc/ceph/ceph.conf).
  • TELEMETRY_PORT : Port of the ceph exporter (default: :9128).
  • TELEMETRY_PATH : URL path for surfacing metrics to Prometheus (default: /metrics).
  • RECURSE_MIN_SIZE : Minimum size of a directory to be included recursively
  • RECURSE_MAX_LEVELS : Maximum levels to recurse