We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[[inputs.ceph]] ceph_user = "client.admin" ceph_config = "/etc/ceph/ceph.conf" gather_admin_socket_stats = false gather_cluster_stats = true
Telegraf 1.9.5 (executed in a Docker container) Ceph 0.94.5 (Hammer) CentOS 7.5.1804
gather_cluster_stats = true
All cluster stats described in the README are reported.
Some cluster stats are not reported at all, i.e.:
ceph_usage.total_bytes
ceph_usage.total_used_bytes
ceph_usage.total_avail_bytes
ceph_pool_usage.max_avail
(There may be more, I haven't checked all the metrics.)
Everything works fine with Telegraf 1.8.3.
This issue seem to be related to ceph input plugin cluster metrics broken on Luminous #5277, but instead of zeroes, I don't get any values at all.
Output returned by ceph df seems to be partially consistent with what I can see in the tests, i.e.
ceph df
$ ceph --conf /etc/ceph/ceph.conf --format json-pretty df { "stats": { "total_bytes": 56719207284736, "total_used_bytes": 26185807761408, "total_avail_bytes": 30533399523328 }, "pools": [ { "name": "rbd", "id": 0, "stats": { "kb_used": 1172409821, "bytes_used": 1200547656115, "max_avail": 13376747995136, "objects": 294000 } }, ...
The text was updated successfully, but these errors were encountered:
May I ask which release is this fix planned for? I see it's been marked for milestone 1.10.0, but I still don't see it in the 1.10.1 release.
Sorry, something went wrong.
It looks like I forgot to include it into the release branch, I will put it in for 1.10.2.
Thanks!
No branches or pull requests
Relevant telegraf.conf:
System info:
Telegraf 1.9.5 (executed in a Docker container)
Ceph 0.94.5 (Hammer)
CentOS 7.5.1804
Steps to reproduce:
gather_cluster_stats = true
to Telegraf configuration.Expected behavior:
All cluster stats described in the README are reported.
Actual behavior:
Some cluster stats are not reported at all, i.e.:
ceph_usage.total_bytes
ceph_usage.total_used_bytes
ceph_usage.total_avail_bytes
ceph_pool_usage.max_avail
(There may be more, I haven't checked all the metrics.)
Additional info:
Everything works fine with Telegraf 1.8.3.
This issue seem to be related to ceph input plugin cluster metrics broken on Luminous #5277, but instead of zeroes, I don't get any values at all.
Output returned by
ceph df
seems to be partially consistent with what I can see in the tests, i.e.The text was updated successfully, but these errors were encountered: