Bug 1459764
Summary: | Collectd records with one numeric value are not reporting the numeric value to the metrics store | ||
---|---|---|---|
Product: | [oVirt] ovirt-engine-metrics | Reporter: | Shirly Radco <sradco> |
Component: | Generic | Assignee: | Shirly Radco <sradco> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Lukas Svaty <lsvaty> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 1.0.3 | CC: | bugs, lsvaty, rmeggins, stirabos |
Target Milestone: | ovirt-4.1.3 | Flags: | rule-engine:
ovirt-4.1+
lsvaty: testing_ack+ |
Target Release: | 1.0.4.3 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2017-07-06 14:01:46 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | Metrics | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | 1461690, 1464394 | ||
Bug Blocks: | 1402901, 1456459 |
Description
Shirly Radco
2017-06-08 06:57:22 UTC
This was found as a more general problem. It seems that the fluent-plugin-viaq_data_model removes the numeric value for records that contain only one value. This needs further investigation. I asked Rich Megginson to check the plugin. This is a bug in the viaq plugin: https://github.com/ViaQ/fluent-plugin-viaq_data_model/pull/5 New package is available upstream: http://cbs.centos.org/repos/opstools7-fluentd-012-candidate/x86_64/os/Packages/ [ ] rubygem-fluent-plugin-viaq_data_model-0.0.5-1.el7.noarch.rpm 14-Jun-2017 17:09 9.7K waiting for new build with the verification values are reported correctly in ovirt-engine-metrics-1.0.4.3-1.el7ev.noarch "collectd": { "dstypes": [ "derive" ], "interval": 10, "plugin": "swap", "type": "swap_io", "type_instance": "in", "swap": { "swap_io": 0 } "collectd": { "dstypes": [ "gauge" ], "interval": 10, "plugin": "swap", "type": "swap", "type_instance": "used", "swap": { "swap": 4186112 } |