mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
support report summaries in heartbeat. 0.9.132
This commit is contained in:
parent
db253bc76b
commit
f173345e15
10 changed files with 157 additions and 97 deletions
|
@ -61,6 +61,17 @@ heartbeat {
|
|||
url http://127.0.0.1:8085/api/v1/servers;
|
||||
# the id of devide.
|
||||
device_id "my-srs-device";
|
||||
# the index of device ip.
|
||||
# we may retrieve more than one network device.
|
||||
# default: 0
|
||||
device_index 0;
|
||||
# whether report with summaries
|
||||
# if true, put /api/v1/summaries to the request data:
|
||||
# {
|
||||
# "summaries": summaries object.
|
||||
# }
|
||||
# default: off
|
||||
summaries off;
|
||||
}
|
||||
|
||||
#############################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue