Open ykorzikowski opened 2 years ago
echo "org.jitsi.videobridge.ENABLE_STATISTICS=true" >> .jitsi-meet-cfg/jigasi/sip-communicator.properties echo "org.jitsi.videobridge.STATISTICS_TRANSPORT=muc,colibri" >> .jitsi-meet-cfg/jigasi/sip-communicator.properties echo "org.jitsi.videobridge.STATISTICS_INTERVAL=5000" >> .jitsi-meet-cfg/jigasi/sip-communicator.properties cp .jitsi-meet-cfg/jigasi/sip-communicator.properties .jitsi-meet-cfg/jvb/sip-communicator.properties
I don't think this will work because we re-genrate config files on start.
Is there another posibility to add custom properties which are not available as ENV?
I changed my config like this, but its still zero-values in statistics
Ping @bgrozev any ideas?
After enabeling statistics in .env
in sip-communicator.properties
BUT
The statistics is always null value (except threads).