Gregor Krmelj

Results 28 comments of Gregor Krmelj

Do you have the [RECORDINGS_METRICS_READ_FROM_DISK](https://bigbluebutton-exporter.greenstatic.dev/exporter-user-guide/#optimizations) optimization turned on or do you get recordings data from BBB's API?

Have you managed to figure this out?

1. Do you also have the [RECORDINGS_METRICS_READ_FROM_DISK ](https://bigbluebutton-exporter.greenstatic.dev/exporter-user-guide/#optimizations) enabled? 2. How many files do you have under `/var/bigbluebutton/recording/status/sanity`?

Does the unprocessed metric have the value 4? On Fri, Sep 10, 2021, at 4:06 PM, semzor wrote: > > >> 1. Do you also have the RECORDINGS_METRICS_READ_FROM_DISK enabled? >>...

I see, do you maybe know where the unprocessed files are being stored now? We need to fix this.

Thanks for the detailed report, I'll try to look over it over the weekend.

I wasn't able to dedicate any time over the last two weekends. :/ But the suggested fix seems trivial enough to give it a try right away. I created a...

Thanks @balbertho and @pabloapico for your investigation. I've created a build [v0.7.1-preview2](https://hub.docker.com/layers/bigbluebutton-exporter/greenstatic/bigbluebutton-exporter/v0.7.1-preview2/images/sha256-809b62bcb51ba403601fae7addd07483824da5ef57e8d85ea3f994c3adec6d76?context=explore) with the unprocessed count ```sh ls /var/bigbluebutton/recording/status/sanity | wc -l MINUS ls /var/bigbluebutton/recording/status/processed | wc -l ``` recommended...

I assume you are suggesting a panel in the Grafana dashboard?

I just looked over the PR and [some of the code](https://github.com/bigbluebutton/bigbluebutton/blob/8aec697627d74fb0c4fb3b69785964d8402f2b80/bigbluebutton-html5/imports/startup/server/prom-metrics/metrics.js#L10) from the commit. It appears in its current form that there are just a couple of [Meteor](https://github.com/meteor/meteor) internal metrics...