Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greenstatic committed Mar 24, 2024
1 parent 4f7d10c commit 768a671
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/exporter-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
See [FAQ](./faq.md#my-ca_bundle-for-the-tls_verify-environment-variable-is-not-working) or the under the hood
[library documentation](https://2.python-requests.org/en/master/user/advanced/#ssl-cert-verification) for details.
* BBB_VERSION_READ_FROM_DISK - Enable the `bbb_version` metric
* Required: false
* Default: false
* Values: <true | false>
* Prerequisites: access to `/etc/bigbluebutton/bigbluebutton-release` (for Docker containers do a read-only bind mount)
so running the exporter remotely with this option is not possible (unless you setup a remote file mount).
* The metric `bbb_version` relies on this option to be turned on
* Required: false
* Default: false
* Values: <true | false>
* Prerequisites: access to `/etc/bigbluebutton/bigbluebutton-release` (for Docker containers do a read-only bind mount)
so running the exporter remotely with this option is not possible (unless you setup a remote file mount).
* The metric `bbb_version` relies on this option to be turned on

## Optimizations
* RECORDINGS_METRICS_READ_FROM_DISK - Collect expensive recordings metrics by querying the disk instead of the API.
Expand Down

0 comments on commit 768a671

Please sign in to comment.