xml/en/docs/index.xml           |   8 +++++++-
 xml/en/docs/ngx_otel_module.xml |  20 +++++++++++++++-----
 xml/ru/docs/index.xml           |  10 ++++++++--
 3 files changed, 30 insertions(+), 8 deletions(-)


# HG changeset patch
# User Yaroslav Zhuravlev <y...@nginx.com>
# Date 1704815768 0
#      Tue Jan 09 15:56:08 2024 +0000
# Node ID 00807e94be3622a79d7796be6ea11934f97b2662
# Parent  e3116677300fa455200da63002c746aece689029
Documented opensourcing of the OTel module.

diff --git a/xml/en/docs/index.xml b/xml/en/docs/index.xml
--- a/xml/en/docs/index.xml
+++ b/xml/en/docs/index.xml
@@ -8,7 +8,7 @@
 <article name="nginx documentation"
          link="/en/docs/"
          lang="en"
-         rev="49"
+         rev="50"
          toc="no">
 
 
@@ -681,6 +681,12 @@
 ngx_mgmt_module</link>
 </listitem>
 
+</list>
+</para>
+
+<para>
+<list type="bullet">
+
 <listitem>
 <link doc="ngx_otel_module.xml">
 ngx_otel_module</link>
diff --git a/xml/en/docs/ngx_otel_module.xml b/xml/en/docs/ngx_otel_module.xml
--- a/xml/en/docs/ngx_otel_module.xml
+++ b/xml/en/docs/ngx_otel_module.xml
@@ -9,12 +9,14 @@
 <module name="Module ngx_otel_module"
         link="/en/docs/ngx_otel_module.html"
         lang="en"
-        rev="1">
+        rev="2">
 
 <section id="summary">
 
 <para>
-The <literal>ngx_otel_module</literal> module (1.23.4) provides
+The <literal>ngx_otel_module</literal> module (1.23.4) is nginx-authored
+<link url="https://github.com/nginxinc/nginx-otel";>third-party module</link>
+that provides
 <link url="https://opentelemetry.io";>OpenTelemetry</link>
 distributed tracing support.
 The module supports
@@ -23,12 +25,20 @@
 </para>
 
 <para>
+The module is open source since 1.25.2.
+Download and install instructions are available
+<link url="https://github.com/nginxinc/nginx-otel/blob/main/README.md";>here</link>.
+The module is also available as a prebuilt
+<literal>nginx-module-otel</literal> dynamic module
+<link doc="../linux_packages.xml" id="dynmodules">package</link> (1.25.4).
+</para>
+
+<para>
 <note>
 This module is available as part of our
 <commercial_version>commercial subscription</commercial_version>
-in <literal>nginx-plus-module-otel</literal> package.
-After installation, the module can be loaded
-<link doc="ngx_core_module.xml" id="load_module">dynamically</link>.
+(the
+<link url="https://docs.nginx.com/nginx/admin-guide/dynamic-modules/opentelemetry";><literal>nginx-plus-module-otel</literal></link> package).
 </note>
 </para>
 
diff --git a/xml/ru/docs/index.xml b/xml/ru/docs/index.xml
--- a/xml/ru/docs/index.xml
+++ b/xml/ru/docs/index.xml
@@ -8,7 +8,7 @@
 <article name="nginx: документация"
          link="/ru/docs/"
          lang="ru"
-         rev="49"
+         rev="50"
          toc="no">
 
 
@@ -687,9 +687,15 @@
 ngx_mgmt_module</link> [en]
 </listitem>
 
+</list>
+</para>
+
+<para>
+<list type="bullet">
+
 <listitem>
 <link doc="ngx_otel_module.xml">
-ngx_otel_module [en]</link>
+ngx_otel_module</link> [en]
 </listitem>
 
 </list>
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
https://mailman.nginx.org/mailman/listinfo/nginx-devel

Reply via email to