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

Commit 43b2844

Browse files
Merge pull request #2640 from splunk/urbiz-DG27923-endpoint
[DG27923]: Remove deprecated splunk.metrics.endpoint
2 parents 378dcc3 + 1d5c3e0 commit 43b2844

File tree

5 files changed

+11
-9
lines changed

5 files changed

+11
-9
lines changed

apm/profiling/get-data-in-profiling.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@ To activate AlwaysOn Profiling, follow the steps for the appropriate programming
139139
-Dsplunk.profiler.enabled=true \
140140
-Dsplunk.profiler.memory.enabled=true \
141141
-Dotel.exporter.otlp.endpoint=http(s)://collector:4317 \
142-
-Dsplunk.metrics.endpoint=http(s)://collector:9943
143142
-jar <your_application>.jar
144143
145144
For more configuration options, including setting a separate endpoint for profiling data, see :ref:`profiling-configuration-java`.

gdi/get-data-in/application/java/instrumentation/instrument-java-application.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ The following example shows how to activate the profiler using the system proper
144144
-Dsplunk.profiler.enabled=true \
145145
-Dsplunk.profiler.memory.enabled=true \
146146
-Dotel.exporter.otlp.endpoint=http(s)://collector:4318 \
147-
-Dsplunk.metrics.endpoint=http(s)://collector:4318
148147
-jar <your_application>.jar
149148
150149
See :ref:`get-data-in-profiling` for more information. For more settings, see :ref:`profiling-configuration-java`.

gdi/get-data-in/application/java/migrate-metrics.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ To migrate your instrumentation to the version 2.5.0 or higher of the Java agent
9898
- Select :guilabel:`Data Migration`.
9999
- Inside the :guilabel:`Start migration` card, select :guilabel:`Start`.
100100

101-
2. Turn on OTLP histograms in the Splunk Distribution of OpenTelemetry Collector.
101+
2. Turn on OTLP histograms in the Splunk Distribution of the OpenTelemetry Collector.
102102

103103

104104

gdi/get-data-in/application/java/troubleshooting/common-java-troubleshooting.rst

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -164,17 +164,21 @@ Make sure that you're using a valid Splunk access token when sending data direct
164164
Metrics exporter issues
165165
===============================================================
166166

167-
If you see warnings about metrics in your logs, it might mean that the Java agent can't send metrics to your OTel Collector, Smart Agent (now deprecated), or to the Splunk platform endpoints:
167+
.. note:: See also :ref:`java-metrics-migration-guide`.
168+
169+
If you see warnings about metrics in your logs, it might mean that the Java agent can't send metrics to your OTel Collector instance or to the Splunk platform endpoints:
168170

169171
To troubleshoot connectivity issues affecting application metrics, try the following steps:
170172

171-
1. Make sure that ``splunk.metrics.endpoint`` points to the correct host.
173+
1. Make sure that you've removed the deprecated property ``splunk.metrics.endpoint`` from your configuration.
174+
175+
2. Check that the OpenTelemetry Collector is configured and running.
172176

173-
2. Check that the OpenTelemetry Collector or Smart Agent instance is configured and running.
177+
* If you're using the :ref:`otlp-receiver`, make sure it points to the correct host/endpoint, for example ``http://<host>:4318/v1/metrics``.
174178

175-
3. Check that the OpenTelemetry Collector or Smart Agent are using the correct ports for the SignalFx receiver. The Collector uses ``http://<host>:4318/v2/datapoint``, and the Smart Agent uses ``http://<host>:9080/v2/datapoint``.
179+
* If you're using the :ref:`signalfx-receiver`, make sure it points to ``http://<host>:4318/v2/datapoint``.
176180

177-
4. Make sure that you're using a valid Splunk access token when sending data directly to your Splunk platform instance. See :ref:`admin-api-access-tokens`.
181+
3. Make sure that you're using a valid Splunk access token when sending data directly to your Splunk platform instance. See :ref:`admin-api-access-tokens`.
178182

179183

180184
.. _java-profiler-issues:

gdi/opentelemetry/components/signalfx-receiver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SignalFx receiver
99

1010
The SignalFx receiver is a native OpenTelemetry component that allows the Splunk Distribution of the OpenTelemetry Collector to collect data in SignalFx proto format. Supported pipeline types are ``metrics`` and ``logs``. See :ref:`otel-data-processing` for more information.
1111

12-
.. note:: While the SignalFx Smart Agent has reached End of Support, OTel native components such as the Smart Agent receiver, the SignalFx receiver, and the SignalFx exporter are available and supported. For information on the exporter, see :ref:`signalfx-exporter`.
12+
.. note:: For information on the SignalFx exporter, see :ref:`signalfx-exporter`.
1313

1414
The SignalFx receiver accepts:
1515

0 commit comments

Comments
 (0)