(cobra metrics to statsd bot) fps slow frame info : do not include os name
This commit is contained in:
parent
78713895dd
commit
c45b197c85
@ -1,6 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All changes to this project will be documented in this file.
|
All changes to this project will be documented in this file.
|
||||||
|
|
||||||
|
## [9.8.1] - 2020-06-19
|
||||||
|
|
||||||
|
(cobra metrics to statsd bot) fps slow frame info : do not include os name
|
||||||
|
|
||||||
## [9.8.0] - 2020-06-19
|
## [9.8.0] - 2020-06-19
|
||||||
|
|
||||||
(cobra metrics to statsd bot) send info about memory warnings
|
(cobra metrics to statsd bot) send info about memory warnings
|
||||||
|
@ -153,7 +153,6 @@ namespace ix
|
|||||||
std::stringstream ss;
|
std::stringstream ss;
|
||||||
ss << msg["id"].asString() << "_slow_frames" << "."
|
ss << msg["id"].asString() << "_slow_frames" << "."
|
||||||
<< msg["device"]["game"].asString() << "."
|
<< msg["device"]["game"].asString() << "."
|
||||||
<< msg["device"]["os_name"].asString() << "."
|
|
||||||
<< removeSpaces(msg["data"]["Tag"].asString());
|
<< removeSpaces(msg["data"]["Tag"].asString());
|
||||||
|
|
||||||
std::string id = ss.str();
|
std::string id = ss.str();
|
||||||
@ -169,7 +168,6 @@ namespace ix
|
|||||||
ss << msg["id"].asString() << "_slow_frames_by_device" << "."
|
ss << msg["id"].asString() << "_slow_frames_by_device" << "."
|
||||||
<< deviceId << "."
|
<< deviceId << "."
|
||||||
<< msg["device"]["game"].asString() << "."
|
<< msg["device"]["game"].asString() << "."
|
||||||
<< msg["device"]["os_name"].asString() << "."
|
|
||||||
<< removeSpaces(msg["data"]["Tag"].asString());
|
<< removeSpaces(msg["data"]["Tag"].asString());
|
||||||
|
|
||||||
std::string id = ss.str();
|
std::string id = ss.str();
|
||||||
|
@ -6,4 +6,4 @@
|
|||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define IX_WEBSOCKET_VERSION "9.8.0"
|
#define IX_WEBSOCKET_VERSION "9.8.1"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user