From 768a67157ccf9780bde268528fa68251d1d137c0 Mon Sep 17 00:00:00 2001 From: Gregor Krmelj Date: Sun, 24 Mar 2024 13:56:25 +0100 Subject: [PATCH] update docs --- docs/exporter-user-guide.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/exporter-user-guide.md b/docs/exporter-user-guide.md index b002279..09e2d4d 100644 --- a/docs/exporter-user-guide.md +++ b/docs/exporter-user-guide.md @@ -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.