Skip to content
This repository was archived by the owner on Sep 2, 2025. It is now read-only.

Commit 2b8d315

Browse files
x-links, fixes
1 parent 05b879e commit 2b8d315

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

_includes/gdi/otel-receivers-table.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* :ref:`mongodb-atlas-receiver`
2424
* :ref:`mssql-server-receiver`
2525
* :ref:`mysql-receiver`
26-
* :ref:`ngninx-receiver`
26+
* :ref:`nginx-receiver`
2727
* :ref:`oracledb-receiver`
2828
* :ref:`otlp-receiver`
2929
* :ref:`postgresql-receiver`

gdi/monitors-hosts/nginx.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ The Splunk Distribution of the OpenTelemetry Collector uses the Smart Agent rece
1111

1212
This integration is available on Linux and Windows.
1313

14+
.. note:: To monitor NGINX instances with the OpenTelemetry Collector using native OpenTelemetry components refer to the :ref:`nginx-receiver`.
15+
1416
Benefits
1517
--------
1618

gdi/opentelemetry/components.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ The Splunk Distribution of the OpenTelemetry Collector includes and supports the
124124
* - :ref:`mysql-receiver` (``mysql``)
125125
- Queries and retrieves metrics about MySQL's global status and InnoDB tables.
126126
- Metrics
127-
* - :ref:`ngninx-receiver` (``ngninx``)
127+
* - :ref:`nginx-receiver` (``nginx``)
128128
- Fetches stats from a NGINX instance using the ``ngx_http_stub_status_module`` module's status endpoint.
129129
- Metrics
130130
* - :ref:`oracledb` (``oracledb``) |br|

gdi/opentelemetry/components/a-components-receivers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Collector components: Receivers
3737
mongodb-atlas-receiver
3838
mssql-server-receiver
3939
mysql-receiver
40-
ngninx-receiver
40+
nginx-receiver
4141
oracledb-receiver
4242
otlp-receiver
4343
postgresql-receiver

gdi/opentelemetry/components/mysql-receiver.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,9 @@ The following settings are optional:
9191

9292
* ``database``. The database name. If unspecified, metrics are collected for all databases.
9393

94-
* ``collection_interval``. ``10s`` by default. This receiver collects metrics on this interval.
94+
.. include:: /_includes/gdi/collector-settings-collectioninterval.rst
9595

96-
* This value must be a string readable by Golang's ParseDuration function. Learn more at Golang's official documentation at :new-page:`ParseDuration <https://pkg.go.dev/time#ParseDuration>`.
97-
98-
* Valid time units are ``ns``, ``us`` (or ``µs``), ``ms``, ``s``, ``m``, or ``h``.
99-
100-
* ``initial_delay``. ``1s`` by default. Defines how long this receiver waits before starting.
96+
.. include:: /_includes/gdi/collector-settings-initialdelay.rst
10197

10298
* ``transport``. ``tcp`` by default. Defines the network to use to connect to the server.
10399

gdi/opentelemetry/components/ngninx-receiver.rst renamed to gdi/opentelemetry/components/nginx-receiver.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.. _ngninx-receiver:
1+
.. _nginx-receiver:
22

33
***********************
44
NGINX receiver
@@ -11,6 +11,8 @@ The NGINX receiver fetches stats from a NGINX instance using the ``ngx_http_stub
1111

1212
You need to configure NGINX to expose status information. To learn how, see the :new-page:`HTTP status module config guide <https://nginx.org/en/docs/http/ngx_http_stub_status_module.html>` in the NGINX documentation.
1313

14+
.. note:: Out-of-the-box dashboards and navigators aren't supported for the NGINX Server receiver yet, but are planned for a future release.
15+
1416
Get started
1517
======================
1618

0 commit comments

Comments
 (0)