forked from External/mediamtx
metrics: add paths_bytes_sent, srt_conns, srt_conns_bytes_received, srt_conns_bytes_sent (#2620) (#2619) (#2629)
* add missing Prometheus exports (#2620, #2619): paths_bytes_sent, srt_conns, srt_conns_bytes_received, srt_conns_bytes_sent * protect Stream.BytesSent() * add tests --------- Co-authored-by: aler9 <46489434+aler9@users.noreply.github.com>
This commit is contained in:
parent
2a6060d302
commit
4bf0d10079
11 changed files with 219 additions and 37 deletions
|
|
@ -395,6 +395,9 @@ components:
|
|||
bytesReceived:
|
||||
type: integer
|
||||
format: int64
|
||||
bytesSent:
|
||||
type: integer
|
||||
format: int64
|
||||
readers:
|
||||
type: array
|
||||
items:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue