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

Commit 7b7a73c

Browse files
Merge pull request #2538 from splunk/urbiz-DG27970-ad-titles
[DG27970]: Improve zero-code header
2 parents b3b16ad + 8f9a37e commit 7b7a73c

File tree

4 files changed

+12
-14
lines changed

4 files changed

+12
-14
lines changed
Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1-
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. Auto discovery of services is only available for the Collector in Linux and Kubernetes environments.
1+
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.
22

3-
With automatic discovery you can also enable zero-code instrumentation of back-end applications, 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. Zero-code instrumentation using the Collector's automatic discovery feature is only available for the Java, Node.js, and .NET language runtimes. Alternatively you can deploy zero-code instrumentation independently from the Collector for 8 back-end languages, as described in :ref:`get-started-application`.
3+
.. caution:: Auto discovery of third-party services is only available for the Collector in Linux and Kubernetes environments.
4+
5+
Via automatic discovery you can also enable zero-code instrumentation of back-end applications, 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. Zero-code instrumentation using the Collector's automatic discovery feature is only available for the Java, Node.js, and .NET language runtimes. Alternatively you can deploy zero-code instrumentation independently from the Collector for 8 back-end languages, as described in :ref:`get-started-application`.

gdi/opentelemetry/automatic-discovery/discovery-kubernetes.rst

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

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

77
.. meta::
@@ -34,7 +34,7 @@ Automatic discovery for Kubernetes
3434

3535
<h2>Get started</h2>
3636

37-
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.
37+
To enable zero-code instrumentation of Java, Node.js, and .NET applications running on Kubernetes via auto discovery see :ref:`k8s-backend-auto-discovery`. With this option you won't have to install and configure your instrumentation agents separately.
3838

3939
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.
4040

gdi/opentelemetry/automatic-discovery/discovery-linux.rst

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

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

77
.. meta::
@@ -33,7 +33,7 @@ Automatic discovery for Linux
3333

3434
<h2>Get started</h2>
3535

36-
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.
36+
To enable zero-code instrumentation of Java, Node.js, and .NET applications running on Linux via auto discovery see :ref:`linux-backend-auto-discovery`. With this option you won't have to install and configure your instrumentation agents separately.
3737

3838
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.
3939

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

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

77
.. meta::
@@ -12,8 +12,6 @@ Automatic discovery for Windows
1212

1313
Language runtimes <windows/windows-backend>
1414

15-
16-
1715
.. raw:: html
1816

1917
<div class="include-start" id="gdi/auto-discovery-intro.rst"></div>
@@ -24,13 +22,11 @@ Automatic discovery for Windows
2422

2523
<div class="include-stop" id="gdi/auto-discovery-intro.rst"></div>
2624

27-
28-
29-
3025
.. raw:: html
3126

3227
<h2>Get started</h2>
3328

34-
The Collector for Windows does not support automatic discovery of third-party services.
29+
To enable zero-code instrumentation of .NET applications running on Windows via auto discovery see :ref:`windows-backend-auto-discovery`. With this option you won't have to install and configure your instrumentation agents separately.
30+
31+
.. note:: The Collector for Windows does not support automatic discovery of third-party services.
3532

36-
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.

0 commit comments

Comments
 (0)