Discussion:
[pcp] pcp updates: Prometheus PMDA (ronak merge)
Nathan Scott
2017-07-25 04:28:25 UTC
Permalink
Changes committed to https://github.com/performancecopilot/pcp.git master

Nathan Scott (1):
pmdaprometheus: small fixes and tweaks after review

src/pmdas/prometheus/pmdaprometheus.python | 21 ++++++++++-----------
src/python/pcp/pmda.py | 4 ++--
src/python/pmda.c | 18 +++++++-----------
3 files changed, 19 insertions(+), 24 deletions(-)


commit 85062f3941e052c34f1ee9ad405083bc810def73
Author: Nathan Scott <***@redhat.com>
Date: Tue Jul 25 14:11:57 2017 +1000

pmdaprometheus: small fixes and tweaks after review

Remove unused import (pmdaInstid); exit() is in sys module
not os, some typos in comments and variable names in one or
two spots, improved error handling use/lack of an exception
variable, update fetch timeout store code (was out-of-date,
slightly, using an old variable name). Plus some trivial
code consistency (whitespace, redundant braces) updates in
the C wrapper.

Loading...