Ceph Cluster Performance Input Plugin
The existing ceph input plugin only has access to the local admin daemon socket on the local host, and as such has access to a limited subset of data. This extends the plugin to use CLI commands to get access to the full spread of Ceph data. This patch collects global OSD map and IO statistics, PG state and per pool IO and utilization statistics. closes #1513
Showing
- CHANGELOG.md 1 addition, 0 deletionsCHANGELOG.md
- etc/telegraf.conf 24 additions, 0 deletionsetc/telegraf.conf
- plugins/inputs/ceph/README.md 114 additions, 1 deletionplugins/inputs/ceph/README.md
- plugins/inputs/ceph/ceph.go 269 additions, 29 deletionsplugins/inputs/ceph/ceph.go
- plugins/inputs/ceph/ceph_test.go 9 additions, 4 deletionsplugins/inputs/ceph/ceph_test.go
Loading
Please register or sign in to comment