Add cobra_metrics_to_redis sub-command to create streams for each cobra metric event being received.

This commit is contained in:
Benjamin Sergeant
2019-10-24 14:42:25 -07:00
parent adf83f3255
commit c40033b6d9
9 changed files with 343 additions and 18 deletions

View File

@@ -72,7 +72,7 @@ namespace ix
[&jsonWriter, &quiet, &msgPerSeconds, &msgCount](const Json::Value& msg) {
if (!quiet)
{
std::cout << jsonWriter.write(msg) << std::endl;
std::cerr << jsonWriter.write(msg) << std::endl;
}
msgPerSeconds++;