summaryrefslogtreecommitdiff
path: root/src/pmdas/mysql/migrate.conf
diff options
context:
space:
mode:
Diffstat (limited to 'src/pmdas/mysql/migrate.conf')
-rw-r--r--src/pmdas/mysql/migrate.conf23
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
+}
+
+