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

Commit f0f4c1e

Browse files
Edits
1 parent d74eecf commit f0f4c1e

File tree

5 files changed

+20
-16
lines changed

5 files changed

+20
-16
lines changed

_includes/gdi/auto-discovery-intro.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
The Splunk Distribution of the OpenTelemetry Collector can automatically identify data sources and collect metrics and traces to send them to Splunk Observability Cloud. With automatic discovery and zero-code instrumentation you don't need to manually configure the Splunk Distribution of the OpenTelemetry Collector or your applications before deploying them:
22

3-
* Automatic discovery detects and collects signal data from third-party services, such as databases and web servers. To do so, the Collector automatically generates a configuration snipet that you can modify and incorporate into your existing configuration.
3+
* Automatic discovery detects and collects signal data from third-party services, such as databases and web servers. Through auto discovery the Collector automatically generates a configuration snipet that you can modify and incorporate into your existing configuration to retrieve your services' data.
44

5-
* With automatic discovery you can also enable zero-code instrumentation, which allows the Collector to retrieve data from application language runtimes without having to modify the source application code or adding any new installation or configuration steps.
5+
* With automatic discovery you can also enable zero-code instrumentation, which allows the Collector to retrieve data from application language runtimes without having to modify the source application code or adding any new installation or configuration steps. With this option you won't have to install and configure your instrumentation agents separately.
66

77
.. caution::
88

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _discovery-kubernetes:
22

33
************************************************************************
4-
Automatic discovery and zero-code instrumentation for Kubernetes
4+
Automatic discovery for Kubernetes
55
************************************************************************
66

77
.. meta::
@@ -10,8 +10,8 @@ Automatic discovery and zero-code instrumentation for Kubernetes
1010
.. toctree::
1111
:hidden:
1212

13-
Zero-code instrumentation <k8s/k8s-backend>
14-
Automatic discovery <k8s/k8s-third-party>
13+
Language runtimes <k8s/k8s-backend>
14+
Third-party applications <k8s/k8s-third-party>
1515
Advanced customization <k8s/k8s-advanced-config>
1616
k8s/k8s-java-traces-tutorial/about-k8s-java-traces-tutorial
1717

@@ -21,8 +21,8 @@ Automatic discovery and zero-code instrumentation for Kubernetes
2121

2222
<h2>Get started</h2>
2323

24-
To enable the zero-code instrumentation of back-end applications written in Java, Node.js, and .NET with the Collector without installing and configuring instrumentation agents separately see :ref:`k8s-backend-auto-discovery`.
24+
To enable the Collector's zero-code instrumentation of back-end applications written in Java, Node.js, and .NET see :ref:`k8s-backend-auto-discovery`. With this option you won't have to install and configure your instrumentation agents separately.
2525

26-
To use the Collector's automatic discovery of third-party applications in Kubernetes environments see :ref:`k8s-third-party`.
26+
To use the Collector's automatic discovery of third-party applications in Kubernetes environments see :ref:`k8s-third-party`. With this option you'll only have to reuse a config file automatically generated by the Collector.
2727

2828
For a walkthrough of how to use automatic instrumentation to instrument an application in a Kubernetes environment, see :ref:`k8s-advanced-auto-discovery-config`.
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _discovery-linux:
22

33
************************************************************************
4-
Automatic discovery and zero-code instrumentation for Linux
4+
Automatic discovery for Linux
55
************************************************************************
66

77
.. meta::
@@ -10,8 +10,8 @@ Automatic discovery and zero-code instrumentation for Linux
1010
.. toctree::
1111
:hidden:
1212

13-
Zero-code instrumentation <linux/linux-backend>
14-
Automatic discovery <linux/linux-third-party>
13+
Language runtimes <linux/linux-backend>
14+
Third-party applications <linux/linux-third-party>
1515
Advanced customization <linux/linux-advanced-config>
1616

1717
.. include:: /_includes/gdi/auto-discovery-intro.rst
@@ -20,6 +20,6 @@ Automatic discovery and zero-code instrumentation for Linux
2020

2121
<h2>Get started</h2>
2222

23-
To enable the Collector's zero-code instrumentation of back-end applications written in Java, Node.js, and .NET see :ref:`linux-backend-auto-discovery`.
23+
To enable the Collector's zero-code instrumentation of back-end applications written in Java, Node.js, and .NET see :ref:`linux-backend-auto-discovery`. With this option you won't have to install and configure your instrumentation agents separately.
2424

25-
To use the Collector's automatic discovery and configuration of third-party applications in Linux environments see :ref:`linux-third-party`.
25+
To use the Collector's automatic discovery and configuration of third-party applications in Linux environments see :ref:`linux-third-party`. With this option you'll only have to reuse a config file automatically generated by the Collector.
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.. _discovery-windows:
22

33
************************************************************************
4-
Automatic discovery and zero-code instrumentation for Windows
4+
Automatic discovery for Windows
55
************************************************************************
66

77
.. meta::
@@ -10,10 +10,14 @@ Automatic discovery and zero-code instrumentation for Windows
1010
.. toctree::
1111
:hidden:
1212

13-
Zero-code instrumentation <windows/windows-backend>
13+
Language runtimes <windows/windows-backend>
1414

1515
.. include:: /_includes/gdi/auto-discovery-intro.rst
1616

17+
.. raw:: html
18+
19+
<h2>Get started</h2>
20+
1721
The Collector for Windows does not support automatic discovery of services.
1822

19-
To enable the Collector's zero-code instrumentation of back-end applications written in .NET see :ref:`windows-backend-auto-discovery`.
23+
To enable the Collector's zero-code instrumentation of back-end applications written in .NET see :ref:`windows-backend-auto-discovery`. With this option you won't have to install and configure your instrumentation agents separately.

gdi/opentelemetry/discovery-mode.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Automatic discovery of apps and services
1616

1717
.. include:: /_includes/gdi/auto-discovery-intro.rst
1818

19-
The following diagram shows how automatic discovery and zero-code instrumentation find data sources:
19+
The following diagram shows how automatic discovery finds data sources:
2020

2121
.. mermaid::
2222

0 commit comments

Comments
 (0)