1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

Log: Stat the number of logs. v5.0.45

This commit is contained in:
winlin 2022-08-26 12:21:44 +08:00
parent 5757950860
commit a54d371549
5 changed files with 21 additions and 3 deletions

View file

@ -68,6 +68,8 @@ private:
std::string secret_id_;
std::string endpoint_;
std::string topic_;
private:
uint64_t nn_logs_;
public:
SrsClsClient();
virtual ~SrsClsClient();
@ -79,6 +81,7 @@ public:
int streams_ratio();
std::string label();
std::string tag();
uint64_t nn_logs();
public:
srs_error_t initialize();
private: