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

Commit 5a8b188

Browse files
authored
Merge pull request #1224 from splunk/repo-sync
Pulling refs/heads/main into main
2 parents d22ea9c + a647064 commit 5a8b188

File tree

7 files changed

+10
-10
lines changed

7 files changed

+10
-10
lines changed

gdi/get-data-in/application/java/splunk-java-otel-distribution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ In addition to the features of the OpenTelemetry Instrumentation for Java, like
2323
- Collection of data about application servers, stored as server span attributes. See :ref:`webengine-attributes-java-otel`.
2424
- Automatic injection of trace metadata into application logs. See :ref:`correlate-traces-with-logs-java`.
2525

26-
The agent of the Splunk Distribution of OpenTelemetry Java is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories.
26+
The agent of the Splunk Distribution of OpenTelemetry Java is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories. See :new-page:`Upstream in the Splexicon <https://docs.splunk.com/Splexicon:Upstream>`.
2727

2828
.. caution:: Use the Splunk Distribution of OpenTelemetry Java instead of the upstream OpenTelemetry instrumentation and OpenTelemetry SDK. Splunk supports only upstream OTel components as part of the Splunk Distribution of OpenTelemetry Java.
2929

gdi/get-data-in/application/nodejs/splunk-nodejs-otel-distribution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In addition to the features of the OpenTelemetry Instrumentation for Node.js, li
2121
- Instrumentation for HTTP server frameworks that returns server trace information in HTTP responses. See :ref:`server-trace-information-nodejs`.
2222
- Automatic injection of trace metadata into application logs. See :ref:`correlate-traces-with-logs-nodejs`.
2323

24-
The Splunk Distribution of OpenTelemetry JS is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories.
24+
The Splunk Distribution of OpenTelemetry JS is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories. See :new-page:`Upstream in the Splexicon <https://docs.splunk.com/Splexicon:Upstream>`.
2525

2626
.. caution:: Use the Splunk Distribution of OpenTelemetry JS instead of the upstream OpenTelemetry JavaScript Client. Splunk supports only upstream OTel components as part of the Splunk Distribution of OpenTelemetry JS.
2727

gdi/get-data-in/application/php/sfx/instrumentation/instrument-php-application.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ The following example shows how to update a deployment to expose environment var
193193
- name: SIGNALFX_SERVICE_NAME
194194
value: "<service-name>"
195195
- name: SIGNALFX_ENDPOINT_URL
196-
value: "http://$(host_ip):9411/api/v2/spans"
196+
value: "http://$(HOST_IP):9411/api/v2/spans"
197197
- name: SIGNALFX_TRACE_GLOBAL_TAGS
198198
value: "deployment.environment:<my_environment>"
199199

gdi/get-data-in/application/python/splunk-python-otel-distribution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In addition to the features of the OpenTelemetry Instrumentation for Python, lik
2020
- Instrumentation for HTTP server frameworks that returns server trace information in HTTP responses. See :ref:`server-trace-information-python`.
2121
- Automatic injection of trace metadata into application logs. See :ref:`correlate-traces-with-logs-python`.
2222

23-
The agent of the Splunk Distribution of OpenTelemetry Python is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories.
23+
The agent of the Splunk Distribution of OpenTelemetry Python is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories. See :new-page:`Upstream in the Splexicon <https://docs.splunk.com/Splexicon:Upstream>`.
2424

2525
.. caution:: Use the Splunk Distribution of OpenTelemetry Python instead of the upstream OpenTelemetry instrumentation and SDK. Splunk supports upstream OTel components as part of the Splunk Distribution of OpenTelemetry Python.
2626

gdi/get-data-in/application/ruby/splunk-ruby-otel-distribution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ In addition to all the features of the OpenTelemetry Instrumentation for Ruby, l
2020
- Instrumentation for HTTP server frameworks that returns server trace information in HTTP responses. See :ref:`server-trace-information-ruby`.
2121
- Automatic injection of trace metadata into application logs. See :ref:`correlate-traces-with-logs-ruby`.
2222

23-
The agent of the Splunk Distribution of OpenTelemetry Ruby is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories.
23+
The agent of the Splunk Distribution of OpenTelemetry Ruby is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories. See :new-page:`Upstream in the Splexicon <https://docs.splunk.com/Splexicon:Upstream>`.
2424

2525
.. caution:: Use the Splunk Distribution of OpenTelemetry Ruby instead of the upstream OpenTelemetry instrumentation and SDK. Splunk supports only upstream OTel components as part of the Splunk Distribution of OpenTelemetry Ruby.
2626

gdi/other-ingestion-methods/upstream-collector.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Send telemetry using the OpenTelemetry Collector Contrib project
1111
.. meta::
1212
:description: If you need to use the upstream Collector due to technical or practical reasons, you can still send traces and metrics to Splunk Observability Cloud. On the other hand, the Splunk Distribution of OpenTelemetry Collector enhances the upstream OpenTelemetry Collector and is fully compatible with Splunk instrumentation.
1313

14-
The OpenTelemetry Collector Contrib project, referred to officially as the upstream Collector, is the upstream source of all OpenTelemetry Collector distributions, including the Splunk Distribution of OpenTelemetry Collector. The upstream Collector contains vendor-specific components, such as receivers and exporters for several observability back ends, including Splunk Observability Cloud.
14+
The OpenTelemetry Collector Contrib project, referred to officially as the :new-page:`upstream <https://docs.splunk.com/Splexicon:Upstream>` Collector, is the upstream source of all OpenTelemetry Collector distributions, including the Splunk Distribution of OpenTelemetry Collector. The upstream Collector contains vendor-specific components, such as receivers and exporters for several observability back ends, including Splunk Observability Cloud.
1515

1616
The Splunk Distribution of OpenTelemetry Collector, on the other hand, is configured for Splunk Observability Cloud and can be deployed automatically by a variety of configuration management tools or using the installer scripts. The distribution adds additional functionality to the Collector while preserving all the features from the OpenTelemetry Collector Contrib project. See :ref:`otel-intro`.
1717

locales/ja_JA/LC_MESSAGES/gdi.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6944,7 +6944,7 @@ msgid "Automatic injection of trace metadata into application logs. See :ref:`co
69446944
msgstr "アプリケーションログへのトレースメタデータの自動注入。:ref:`correlate-traces-with-logs-java` を参照してください。"
69456945

69466946
#: ../../gdi/get-data-in/application/java/splunk-java-otel-distribution.rst:26
6947-
msgid "The agent of the Splunk Distribution of OpenTelemetry Java is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories."
6947+
msgid "The agent of the Splunk Distribution of OpenTelemetry Java is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories. See :new-page:`Upstream in the Splexicon <https://docs.splunk.com/Splexicon:Upstream>`."
69486948
msgstr "Splunk Distribution of OpenTelemetry Java のエージェントは Splunk によってサポートされ、頻繁に更新されるため、バグフィックスや新機能がアップストリームの OTel リポジトリに統合される前にお客様にお届けします。"
69496949

69506950
#: ../../gdi/get-data-in/application/java/splunk-java-otel-distribution.rst:28
@@ -8938,7 +8938,7 @@ msgid "Automatic injection of trace metadata into application logs. See :ref:`co
89388938
msgstr "アプリケーションログへのトレースメタデータの自動注入。:ref:`correlate-traces-with-logs-nodejs` を参照してください。"
89398939

89408940
#: ../../gdi/get-data-in/application/nodejs/splunk-nodejs-otel-distribution.rst:24
8941-
msgid "The Splunk Distribution of OpenTelemetry JS is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories."
8941+
msgid "The Splunk Distribution of OpenTelemetry JS is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories. See :new-page:`Upstream in the Splexicon <https://docs.splunk.com/Splexicon:Upstream>`."
89428942
msgstr "Splunk Distribution of OpenTelemetry JS はSplunkによってサポートされ、頻繁に更新され、バグフィックスや新機能がアップストリームのOTelリポジトリに統合される前に提供されます。"
89438943

89448944
#: ../../gdi/get-data-in/application/nodejs/splunk-nodejs-otel-distribution.rst:26
@@ -12411,7 +12411,7 @@ msgid "Automatic injection of trace metadata into application logs. See :ref:`co
1241112411
msgstr "アプリケーションログへのトレースメタデータの自動注入。:ref:`correlate-traces-with-logs-python` を参照してください。"
1241212412

1241312413
#: ../../gdi/get-data-in/application/python/splunk-python-otel-distribution.rst:23
12414-
msgid "The agent of the Splunk Distribution of OpenTelemetry Python is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories."
12414+
msgid "The agent of the Splunk Distribution of OpenTelemetry Python is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories. See :new-page:`Upstream in the Splexicon <https://docs.splunk.com/Splexicon:Upstream>`."
1241512415
msgstr "OpenTelemetry Python の Splunk ディストリビューションのエージェントは Splunk によってサポートされ、頻繁に更新され、バグフィックスや新機能がアップストリームの OTel リポジトリに統合される前に提供されます。"
1241612416

1241712417
#: ../../gdi/get-data-in/application/python/splunk-python-otel-distribution.rst:25
@@ -13100,7 +13100,7 @@ msgid "Automatic injection of trace metadata into application logs. See :ref:`co
1310013100
msgstr "アプリケーションログへのトレースメタデータの自動注入。:ref:`correlate-traces-with-logs-ruby` を参照してください。"
1310113101

1310213102
#: ../../gdi/get-data-in/application/ruby/splunk-ruby-otel-distribution.rst:23
13103-
msgid "The agent of the Splunk Distribution of OpenTelemetry Ruby is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories."
13103+
msgid "The agent of the Splunk Distribution of OpenTelemetry Ruby is supported by Splunk and is updated frequently, bringing bug fixes and new features to you before they are integrated in the upstream OTel repositories. See :new-page:`Upstream in the Splexicon <https://docs.splunk.com/Splexicon:Upstream>`."
1310413104
msgstr "Splunk Distribution of OpenTelemetry Ruby のエージェントは Splunk によってサポートされ、頻繁に更新され、バグフィックスや新機能がアップストリームの OTel リポジトリに統合される前に提供されます。"
1310513105

1310613106
#: ../../gdi/get-data-in/application/ruby/splunk-ruby-otel-distribution.rst:25

0 commit comments

Comments
 (0)