Skip to content

Commit 47e528f

Browse files
authored
Merge pull request #2525 from splunk/pwilliams-add-include
Add raw HTML around one include
2 parents 0ff3a32 + 4f8499f commit 47e528f

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

gdi/opentelemetry/components/apache-spark-receiver.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,15 @@ The following settings are optional:
6767

6868
* Valid time units are ``ns``, ``us`` (or ``µs``), ``ms``, ``s``, ``m``, ``h``.
6969

70-
* .. include:: /_includes/gdi/collector-settings-initialdelay.rst
70+
* .. raw:: html
71+
72+
<div class="include-start" id="gdi/collector-settings-initialdelay.rst"></div>
73+
74+
.. include:: /_includes/gdi/collector-settings-initialdelay.rst
75+
76+
.. raw:: html
77+
78+
<div class="include-stop" id="gdi/collector-settings-initialdelay.rst"></div>
7179

7280
* ``endpoint``. ``http://localhost:4040`` by default. Apache Spark endpoint to connect to in the form of ``[http][://]{host}[:{port}]``.
7381

0 commit comments

Comments
 (0)