processone / eturnal

STUN / TURN standalone server
https://eturnal.net
Apache License 2.0
225 stars 22 forks source link

Prometheus exporter: provide metrics for live I/O data #46

Open sando38 opened 11 months ago

sando38 commented 11 months ago

Currently the I/O data is updated by the end of TURN session. This works generally well. However, a live view would improve for example views on peaks in I/O, whereas the current data can at best provide an average based upon the current active sessions.

This issue is linked to the grafana dashboard PR (#41).