diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2014-10-26 12:33:50 +0400 |
commit | 47e6e7c84f008a53061e661f31ae96629bc694ef (patch) | |
tree | 648a07f3b5b9d67ce19b0fd72e8caa1175c98f1a /src/pmdas/mysql/migrate.conf | |
download | pcp-debian.tar.gz |
Debian 3.9.10debian/3.9.10debian
Diffstat (limited to 'src/pmdas/mysql/migrate.conf')
-rw-r--r-- | src/pmdas/mysql/migrate.conf | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/pmdas/mysql/migrate.conf b/src/pmdas/mysql/migrate.conf new file mode 100644 index 0000000..de35280 --- /dev/null +++ b/src/pmdas/mysql/migrate.conf @@ -0,0 +1,23 @@ +# Copyright 2013 Ken McDonell. All Rights Reserved +# +# pmlogrewrite configuration for migrating archives containing MySQL metrics +# across various changes in the metadata supplied by the PMDA +# + +# was instantaneous, now counter as per commit 1ec908d on 24 Jun 2013 +# +metric mysql.status.connections { + sem -> counter + units -> 0,0,1,0,0,ONE +} + +# uptime metrics were counters, now instantaneous as per commit 8de75d1 +# on Aug 28 2014 +metric mysql.status.uptime { + sem -> instant +} +metric mysql.status.uptime_since_flush_status { + sem -> instant +} + + |