Skip to content

sj82516/coturn-with-prometheus-grafana-on-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running Coturn + Promethes + Grafana in Docker

  1. Run $ docker compose up to start services.

  2. Test CoTurn connection.
    Use Firefox, go to https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice/.
    Type in

  • STUN or TURN URI: turn:localhost:3478?transport=tcp
  • username: hello
  • password: world

Note: Chrome has some connection issue (error code 701).

  1. Check Prometheus statistics.
    Go to http://localhost:9641/metrics. This pages shows the metrics of CoTurn server.
    It will export to Prometheus. Go to http://localhost:9090/graph and type in metrics in the previous link such as turn_traffic_sentb.

About

Running coturn with prometheus and grafana on docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published