Add queries file support

This commit is contained in:
Reda NOUSHI 2016-06-28 23:56:47 +00:00
parent 86caf395f6
commit 6565c98ad5

View File

@ -30,6 +30,10 @@ var (
"web.telemetry-path", "/metrics",
"Path under which to expose metrics.",
)
queriesPath = flag.String(
"extend.query-path", "",
"Path to custom queries to run.",
)
)
// Metric name parts.