commit f760f191e93bb0aa8d64bfadb64256f986bf1921 Author: Karsten Loesing karsten.loesing@gmx.net Date: Sun Nov 10 20:08:11 2019 +0100
Add BridgeDB metrics to CollecTor page.
Still part of #19332. --- src/main/resources/web/jsps/collector.jsp | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+)
diff --git a/src/main/resources/web/jsps/collector.jsp b/src/main/resources/web/jsps/collector.jsp index 3bb0768..414b23f 100644 --- a/src/main/resources/web/jsps/collector.jsp +++ b/src/main/resources/web/jsps/collector.jsp @@ -211,6 +211,15 @@ <td><a href="/collector/recent/snowflakes/" class="btn btn-primary btn-xs pull-left"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a> <a href="/collector/archive/snowflakes/" class="btn btn-primary btn-xs pull-right"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a></td> </tr> +<tr class="tableHeadline"> + <td colspan="3"><b><a href="#bridgedb-metrics">BridgeDB metrics</a></b></td> +</tr> +<tr> + <td><a href="#type-bridgedb-metrics">BridgeDB metrics</a></td> + <td><code>@type bridgedb-metrics 1.0</code></td> + <td><a href="/collector/recent/bridgedb-metrics/" class="btn btn-primary btn-xs pull-left"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a> + <a href="/collector/archive/bridgedb-metrics/" class="btn btn-primary btn-xs pull-right"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a></td> +</tr> </tbody> </table>
@@ -831,6 +840,23 @@ These are available from a DirPort's <p> Snowflake statistics containing aggregated information about snowflake proxies and snowflake clients as generated by the snowflake broker. </p> + + +<br> +<h2 id="bridgedb-metrics" class="hover">BridgeDB metrics +<a href="#bridgedb-metrics" class="anchor">#</a> +</h2> + +<h3 id="type-bridgedb-metrics" class="hover">BridgeDB metrics +<small><code>@type bridgedb-metrics 1.0</code></small> +<a href="/collector/recent/bridgedb-metrics/" class="btn btn-primary btn-xs"><i class="fa fa-chevron-right" aria-hidden="true"></i> recent</a> +<a href="/collector/archive/bridgedb-metrics/" class="btn btn-primary btn-xs"><i class="fa fa-chevron-right" aria-hidden="true"></i> archive</a> +<a href="#type-bridgedb-metrics" class="anchor">#</a> +</h3> + +<p> +BridgeDB metrics contain aggregated information about requests to the BridgeDB service. +</p> </div>
<br>