mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Log: Support write log to tencentcloud CLS. v5.0.44
This commit is contained in:
parent
3da0b57121
commit
95cd0e84eb
15 changed files with 1631 additions and 7 deletions
|
@ -460,6 +460,20 @@ public:
|
|||
virtual int get_critical_pulse();
|
||||
virtual int get_dying_threshold();
|
||||
virtual int get_dying_pulse();
|
||||
// TencentCloud service section.
|
||||
public:
|
||||
virtual bool get_tencentcloud_cls_enabled();
|
||||
virtual bool get_tencentcloud_cls_stat_heartbeat();
|
||||
virtual bool get_tencentcloud_cls_stat_streams();
|
||||
virtual bool get_tencentcloud_cls_debug_logging();
|
||||
virtual int get_tencentcloud_cls_heartbeat_ratio();
|
||||
virtual int get_tencentcloud_cls_streams_ratio();
|
||||
virtual std::string get_tencentcloud_cls_label();
|
||||
virtual std::string get_tencentcloud_cls_tag();
|
||||
virtual std::string get_tencentcloud_cls_secret_id();
|
||||
virtual std::string get_tencentcloud_cls_secret_key();
|
||||
virtual std::string get_tencentcloud_cls_endpoint();
|
||||
virtual std::string get_tencentcloud_cls_topic_id();
|
||||
// stream_caster section
|
||||
public:
|
||||
// Get all stream_caster in config file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue