Francesco Romani has submitted this change and it was merged. Change subject: Add hawkular reporter to reports ......................................................................
Add hawkular reporter to reports This patch introduces hawkular module that implements the send method using hawkular-client which is currently available only via pip both on el7 and fedora. To use it add to vdsm.conf the following [reports] enabled = false|true collector_type = hawkular (default is statsd) collector_address = localhost|any hostname (currently one destination) queue_size = 100 (limits overload) Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1350350 Change-Id: I71f538184855f7c58bba66acd7b6dea3a53db71b Signed-off-by: Yaniv Bronhaim <[email protected]> Reviewed-on: https://gerrit.ovirt.org/58660 Continuous-Integration: Jenkins CI Reviewed-by: Nir Soffer <[email protected]> Reviewed-by: Francesco Romani <[email protected]> Reviewed-on: https://gerrit.ovirt.org/59773 Reviewed-by: Piotr Kliczewski <[email protected]> --- M lib/vdsm/config.py.in A lib/vdsm/reports/hawkular.py 2 files changed, 88 insertions(+), 1 deletion(-) Approvals: Piotr Kliczewski: Looks good to me, but someone else must approve Yaniv Bronhaim: Verified Jenkins CI: Passed CI tests Francesco Romani: Looks good to me, approved -- To view, visit https://gerrit.ovirt.org/59773 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I71f538184855f7c58bba66acd7b6dea3a53db71b Gerrit-PatchSet: 3 Gerrit-Project: vdsm Gerrit-Branch: ovirt-4.0 Gerrit-Owner: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: Francesco Romani <[email protected]> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Piotr Kliczewski <[email protected]> Gerrit-Reviewer: Yaniv Bronhaim <[email protected]> Gerrit-Reviewer: gerrit-hooks <[email protected]> _______________________________________________ vdsm-patches mailing list [email protected] https://lists.fedorahosted.org/admin/lists/[email protected]
