[PATCH] Linux packages: documented nginx-module-otel package
Yaroslav Zhuravlev
yar at nginx.com
Wed Oct 25 09:52:40 UTC 2023
> On 24 Oct 2023, at 23:16, Konstantin Pavlov <thresh at nginx.com> wrote:
>
> # HG changeset patch
> # User Konstantin Pavlov <thresh at nginx.com>
> # Date 1698185777 25200
> # Tue Oct 24 15:16:17 2023 -0700
> # Node ID aa09c0e4358bfbc98b051e536c25b74f5568f393
> # Parent 00c220310f537af2654cd3a04780f36ef5518014
> Linux packages: documented nginx-module-otel package.
>
> diff -r 00c220310f53 -r aa09c0e4358b xml/en/linux_packages.xml
> --- a/xml/en/linux_packages.xml Tue Oct 24 17:13:13 2023 +0100
> +++ b/xml/en/linux_packages.xml Tue Oct 24 15:16:17 2023 -0700
> @@ -7,7 +7,7 @@
> <article name="nginx: Linux packages"
> link="/en/linux_packages.html"
> lang="en"
> - rev="90">
> + rev="91">
>
> <section name="Supported distributions and versions" id="distributions">
>
> @@ -654,6 +654,11 @@ nginx-module-njs
> nginx-module-perl
> nginx-module-xslt
> </programlisting>
> +Additionally, since version 1.25.3
comma needed after 1.25.3 (for consistency with similar places in the doc)
> the following module is shipped as a
> +separate package:
> +<programlisting>
> +nginx-module-otel
> +</programlisting>
> </para>
>
> </section>
> diff -r 00c220310f53 -r aa09c0e4358b xml/ru/linux_packages.xml
> --- a/xml/ru/linux_packages.xml Tue Oct 24 17:13:13 2023 +0100
> +++ b/xml/ru/linux_packages.xml Tue Oct 24 15:16:17 2023 -0700
> @@ -7,7 +7,7 @@
> <article name="nginx: пакеты для Linux"
> link="/ru/linux_packages.html"
> lang="ru"
> - rev="90">
> + rev="91">
>
> <section name="Поддерживаемые дистрибутивы и версии" id="distributions">
>
> @@ -651,6 +651,11 @@ nginx-module-njs
> nginx-module-perl
> nginx-module-xslt
> </programlisting>
> +В дополнение к этому, с версии 1.25.3 следующий модуль поставляется в виде
начиная с
> +отдельного пакета:
> +<programlisting>
> +nginx-module-otel
> +</programlisting>
> </para>
>
> </section>
As an optional variant to consider, perhaps it might be good
to reflect that it's a third party module authored by nginx devs, e.g:
diff --git a/xml/en/linux_packages.xml b/xml/en/linux_packages.xml
--- a/xml/en/linux_packages.xml
+++ b/xml/en/linux_packages.xml
@@ -7,7 +7,7 @@
<article name="nginx: Linux packages"
link="/en/linux_packages.html"
lang="en"
- rev="90">
+ rev="91">
<section name="Supported distributions and versions" id="distributions">
@@ -654,6 +654,14 @@
nginx-module-perl
nginx-module-xslt
</programlisting>
+
+Additionally, since version 1.25.3
+nginx-authored third-party module
+<link url="https://github.com/nginxinc/nginx-otel">nginx-otel</link>
+is built as dynamic and shipped as a separate package:
+<programlisting>
+nginx-module-otel
+</programlisting>
</para>
</section>
diff --git a/xml/ru/linux_packages.xml b/xml/ru/linux_packages.xml
--- a/xml/ru/linux_packages.xml
+++ b/xml/ru/linux_packages.xml
@@ -7,7 +7,7 @@
<article name="nginx: пакеты для Linux"
link="/ru/linux_packages.html"
lang="ru"
- rev="90">
+ rev="91">
<section name="Поддерживаемые дистрибутивы и версии" id="distributions">
@@ -651,6 +651,15 @@
nginx-module-perl
nginx-module-xslt
</programlisting>
+
+Кроме того, начиная с версии 1.25.3
+сторонний модуль
+<link url="https://github.com/nginxinc/nginx-otel">nginx-otel</link>,
+созданный в nginx,
+собирается как динамический и поставляется в виде отдельного пакета:
+<programlisting>
+nginx-module-otel
+</programlisting>
</para>
</section>
> _______________________________________________
> nginx-devel mailing list
> nginx-devel at nginx.org
> https://mailman.nginx.org/mailman/listinfo/nginx-devel
More information about the nginx-devel
mailing list