From 7ed383412b296e1f064372a97f7de15afc61c089 Mon Sep 17 00:00:00 2001 From: Jan Grewe Date: Mon, 30 May 2022 21:30:27 +0200 Subject: [PATCH] Prometheus: include internals (#2099) Co-authored-by: Jan Grewe --- components/prometheus.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/prometheus.rst b/components/prometheus.rst index acc4b5fbc..315e23b10 100644 --- a/components/prometheus.rst +++ b/components/prometheus.rst @@ -27,6 +27,8 @@ Configuration variables: ------------------------ - **id** (*Optional*, :ref:`config-id`): Manually specify the ID used for code generation. +- **include_internal** (*Optional*, boolean): Whether ``internal`` entities should be displayed on the + web interface. Defaults to ``false``. .. note::