Remove code to handle metadata; instead, let tasks handle metadata and simply concat and send any service.meta.* files/values. Prefix run files with a ts to allow for concurrent runs of the same service.

This commit is contained in:
Daniel Nichter
2013-05-01 20:19:42 -07:00
parent 89db22894e
commit fc420ea88e
6 changed files with 139 additions and 135 deletions

View File

@@ -5,6 +5,10 @@ Content-Disposition: form-data; name="agent"
"hostname" : "prod1",
"uuid" : "123"
}
--Ym91bmRhcnk
Content-Disposition: form-data; name="meta"
--Ym91bmRhcnk
Content-Disposition: form-data; name="data"

View File

@@ -14,5 +14,6 @@
"output" : "spool",
"program" : "pt-query-digest"
}
]
],
"ts" : "123456"
}