Add cobra_metrics_to_redis sub-command to create streams for each cobra metric event being received.
This commit is contained in:
@ -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++;
|
||||
|
Reference in New Issue
Block a user