An open API service indexing awesome lists of open source software.

https://github.com/nyu-rts/cephfs-exporter

A Prometheus exporter for CephFS usage information
https://github.com/nyu-rts/cephfs-exporter

ceph cephfs metrics prometheus-exporter

Last synced: about 1 month ago
JSON representation

A Prometheus exporter for CephFS usage information

Awesome Lists containing this project

README

          

# 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