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:
parent
5757950860
commit
a54d371549
5 changed files with 21 additions and 3 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue