]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/telemetry: add the rocksdb version number to telemetry
authorLaura Flores <lflores@redhat.com>
Tue, 4 Jan 2022 22:54:33 +0000 (22:54 +0000)
committerLaura Flores <lflores@redhat.com>
Tue, 11 Jan 2022 23:04:01 +0000 (23:04 +0000)
commit394cbf98e60cb8c4dd7ed1fcd23783307dadf9ad
tree9e5cd1f5b1771a0edce86cfb3ee9b25b7b22ca6f
parent7a4e7475366b13ea78962424e5e4cb27bfdc03ee
mgr/telemetry: add the rocksdb version number to telemetry

Capturing the RocksDB version number in Telemetry would allow us to check that users are using the appropriate RocksDB version for their Ceph cluster. For instance, if a user is working in a Pacific cluster, but their RocksDB version is meant for Nautilus, that might be a problem.

It is strucured as "rocksdb_stats" --> "version" in anticipation of more stats that can will be added under "rocksdb_stats".

Signed-off-by: Laura Flores <lflores@redhat.com>
src/pybind/mgr/telemetry/module.py