Update k8s groupbys to be escape quoted

pull/10616/head
Chris Goller 2016-11-08 15:24:34 -06:00
parent fdfa06f416
commit 280c9a51db
3 changed files with 8 additions and 8 deletions

View File

@ -16,7 +16,7 @@
"db": "telegraf",
"rp": "autogen",
"groupbys": [
"node_name"
"\"node_name\""
],
"wheres": []
}
@ -35,7 +35,7 @@
"db": "telegraf",
"rp": "autogen",
"groupbys": [
"node_name"
"\"node_name\""
],
"wheres": []
}

View File

@ -16,7 +16,7 @@
"db": "telegraf",
"rp": "autogen",
"groupbys": [
"pod_name"
"\"pod_name\""
],
"wheres": []
}
@ -35,7 +35,7 @@
"db": "telegraf",
"rp": "autogen",
"groupbys": [
"pod_name"
"\"pod_name\""
],
"wheres": []
}

View File

@ -17,8 +17,8 @@
"rp": "autogen",
"groupbys": [
"time(10s)",
"pod_name",
"host"
"\"pod_name\"",
"\"host\""
],
"wheres": []
}
@ -38,8 +38,8 @@
"rp": "autogen",
"groupbys": [
"time(10s)",
"pod_name",
"host"
"\"pod_name\"",
"\"host\""
],
"wheres": []
}