(cobra metrics to statsd bot) fps slow frame info : do not include os name

This commit is contained in:
Benjamin Sergeant
2020-06-19 18:10:49 -07:00
parent 78713895dd
commit c45b197c85
3 changed files with 5 additions and 3 deletions

View File

@ -153,7 +153,6 @@ namespace ix
std::stringstream ss;
ss << msg["id"].asString() << "_slow_frames" << "."
<< msg["device"]["game"].asString() << "."
<< msg["device"]["os_name"].asString() << "."
<< removeSpaces(msg["data"]["Tag"].asString());
std::string id = ss.str();
@ -169,7 +168,6 @@ namespace ix
ss << msg["id"].asString() << "_slow_frames_by_device" << "."
<< deviceId << "."
<< msg["device"]["game"].asString() << "."
<< msg["device"]["os_name"].asString() << "."
<< removeSpaces(msg["data"]["Tag"].asString());
std::string id = ss.str();