mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-03 11:25:35 +00:00
docs: Indent <since> tags.
Also updates the 'since' of applications/functions that existed before
XML documentation was introduced (1.6.2.0).
(cherry picked from commit b4156fecf0
)
This commit is contained in:
committed by
Asterisk Development Team
parent
6d37b56fee
commit
3f15501335
@@ -36,7 +36,9 @@
|
||||
<synopsis>Resource for integration with Prometheus</synopsis>
|
||||
<configFile name="prometheus.conf">
|
||||
<configObject name="general">
|
||||
<since><version>17.0.0</version></since>
|
||||
<since>
|
||||
<version>17.0.0</version>
|
||||
</since>
|
||||
<synopsis>General settings.</synopsis>
|
||||
<description>
|
||||
<para>
|
||||
@@ -50,7 +52,9 @@
|
||||
</note>
|
||||
</description>
|
||||
<configOption name="enabled" default="no">
|
||||
<since><version>17.0.0</version></since>
|
||||
<since>
|
||||
<version>17.0.0</version>
|
||||
</since>
|
||||
<synopsis>Enable or disable Prometheus statistics.</synopsis>
|
||||
<description>
|
||||
<enumlist>
|
||||
@@ -60,7 +64,9 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="core_metrics_enabled" default="yes">
|
||||
<since><version>17.0.0</version></since>
|
||||
<since>
|
||||
<version>17.0.0</version>
|
||||
</since>
|
||||
<synopsis>Enable or disable core metrics.</synopsis>
|
||||
<description>
|
||||
<para>
|
||||
@@ -78,11 +84,15 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="uri" default="metrics">
|
||||
<since><version>17.0.0</version></since>
|
||||
<since>
|
||||
<version>17.0.0</version>
|
||||
</since>
|
||||
<synopsis>The HTTP URI to serve metrics up on.</synopsis>
|
||||
</configOption>
|
||||
<configOption name="auth_username">
|
||||
<since><version>17.0.0</version></since>
|
||||
<since>
|
||||
<version>17.0.0</version>
|
||||
</since>
|
||||
<synopsis>Username to use for Basic Auth.</synopsis>
|
||||
<description>
|
||||
<para>
|
||||
@@ -106,7 +116,9 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="auth_password">
|
||||
<since><version>17.0.0</version></since>
|
||||
<since>
|
||||
<version>17.0.0</version>
|
||||
</since>
|
||||
<synopsis>Password to use for Basic Auth.</synopsis>
|
||||
<description>
|
||||
<para>
|
||||
@@ -118,7 +130,9 @@
|
||||
</description>
|
||||
</configOption>
|
||||
<configOption name="auth_realm" default="Asterisk Prometheus Metrics">
|
||||
<since><version>17.0.0</version></since>
|
||||
<since>
|
||||
<version>17.0.0</version>
|
||||
</since>
|
||||
<synopsis>Auth realm used in challenge responses</synopsis>
|
||||
</configOption>
|
||||
</configObject>
|
||||
|
Reference in New Issue
Block a user