question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

i can't access the HTTP metrics

See original GitHub issue

I tried to edit different settings in .env and jvb/rootfs/defaults/sip-communicator.properties, but i cannot access the metrics on the private HTTP interface.

docker-compose ps
          Name              Command   State                        Ports                      
----------------------------------------------------------------------------------------------
dockerjitsimeet_jicofo_1    /init     Up                                                      
dockerjitsimeet_jvb_1       /init     Up      0.0.0.0:10000->10000/udp, 0.0.0.0:4443->4443/tcp
dockerjitsimeet_prosody_1   /init     Up      5222/tcp, 5269/tcp, 5280/tcp, 5347/tcp          
dockerjitsimeet_web_1       /init     Up      0.0.0.0:8443->443/tcp, 0.0.0.0:8000->80/tcp     

What configuration do I need to change and on what port should i connect to pull the metrics?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

4reactions
tapionxcommented, Mar 16, 2020

i managed to access the internal HTTP metrics. Here are the steps to achieve the goal for future readers:

JVB_ENABLE_APIS=rest,colibri in .env

org.jitsi.videobridge.ENABLE_STATISTICS=true
org.jitsi.videobridge.STATISTICS_TRANSPORT=muc,colibri
org.jitsi.videobridge.STATISTICS_INTERVAL=5000

in jvb/rootfs/defaults/sip-communicator.properties

Now you can connect to localhost:8000/colibri/stats

2reactions
ccoenencommented, Mar 22, 2020

tiny addition to the above: I needed to add the port 8080 to the JVB container, and then i could navigate to http://localhost:8080/colibri/stats (note the different port! 8080 vs 8000!)

Read more comments on GitHub >

github_iconTop Results From Across the Web

1565095 – Prometheus can't access router metrics
Consequence: Prometheus fails to scrape the router's metrics. Fix: the Prometheus service account is granted an additional role with permissions to access the...
Read more >
Unable to access Polyspace Metrics http address
Hi I have Polyspace Metrics running on a network server and am trying to connect on a client node. It can find the...
Read more >
Getting error "Get http://localhost:9443/metrics: dial tcp ...
When I curl 0.0.0.0:9443/metrics on my remote centos machine, I get all the list of metrics. However, when I run Prometheus with the...
Read more >
Why isn't the unified CloudWatch agent pushing my metrics ...
Confirm that the agent is running​​ To publish metrics and logs, the agent must be running. Run this command to confirm that the...
Read more >
How to Collect Apache Performance Metrics
If you see that it specifies a Location other than /server-status , either update it accordingly (and restart Apache) or try accessing that ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found