turn icon indicating copy to clipboard operation
turn copied to clipboard

Prometheus metrics based on allocation?

Open matiaslopezd opened this issue 7 months ago • 1 comments

Hi guys, I want to implement Prometheus metrics to know things like:

# TYPE turn_active_connections gauge
turn_active_connections 0
# HELP turn_total_connections Total number of TURN connections
# TYPE turn_total_connections counter
turn_total_connections 0

matiaslopezd avatar Jul 11 '24 18:07 matiaslopezd