Cc: nathans@xxxxxxxxxx
Signed-off-by: Josef 'Jeff' Sipek <jeffpc@xxxxxxxxxxxxxx>
---
src/pmdas/pdns/pmdapdns.pl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pmdas/pdns/pmdapdns.pl b/src/pmdas/pdns/pmdapdns.pl
index 00a2a0b..3971b48 100644
--- a/src/pmdas/pdns/pmdapdns.pl
+++ b/src/pmdas/pdns/pmdapdns.pl
@@ -83,10 +83,10 @@ $pmda->add_metric(pmda_pmid(0,4), PM_TYPE_U64,
PM_INDOM_NULL, PM_SEM_COUNTER,
$pmda->add_metric(pmda_pmid(0,5), PM_TYPE_U64, PM_INDOM_NULL, PM_SEM_COUNTER,
pmda_units(0,0,1,0,0,PM_COUNT_ONE),
"pdns.packetcache_miss", '', '');
-$pmda->add_metric(pmda_pmid(0,6), PM_TYPE_U64, PM_INDOM_NULL, PM_SEM_COUNTER,
+$pmda->add_metric(pmda_pmid(0,6), PM_TYPE_U64, PM_INDOM_NULL, PM_SEM_INSTANT,
pmda_units(0,0,1,0,0,PM_COUNT_ONE),
"pdns.packetcache_size", '', '');
-$pmda->add_metric(pmda_pmid(0,7), PM_TYPE_U64, PM_INDOM_NULL, PM_SEM_COUNTER,
+$pmda->add_metric(pmda_pmid(0,7), PM_TYPE_U64, PM_INDOM_NULL, PM_SEM_INSTANT,
pmda_units(0,0,1,0,0,PM_COUNT_ONE),
"pdns.qsize_q", '', '');
$pmda->add_metric(pmda_pmid(0,8), PM_TYPE_U64, PM_INDOM_NULL, PM_SEM_COUNTER,
--
1.6.2.4
|