You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 2, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: gdi/opentelemetry/components/signalfx-receiver.rst
+14-13Lines changed: 14 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,26 +7,25 @@ SignalFx receiver
7
7
.. meta::
8
8
:description: The SignalFx receiver allows the Splunk Distribution of OpenTelemetry Collector to collect metrics and logs in SignalFx proto format.
9
9
10
-
The SignalFx receiver is a native OTel component that allows the Splunk Distribution of OpenTelemetry Collector to collect metrics and logs in SignalFx proto format. Supported pipeline types are ``metrics`` and ``logs``. See :ref:`otel-data-processing` for more information.
11
-
12
-
For more information on the SignalFx proto format, see :new-page:`Send Traces, Metrics, and Events <https://dev.splunk.com/observability/reference/api/ingest_data/latest>` in the Splunk Developer Program documentation.
10
+
The SignalFx receiver is a native OpenTelemetry component that allows the Splunk Distribution of OpenTelemetry Collector to collect data in SignalFx proto format. Supported pipeline types are ``metrics`` and ``logs``. See :ref:`otel-data-processing` for more information.
13
11
14
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`.
15
13
14
+
The SignalFx receiver accepts:
15
+
16
+
* Metrics in the SignalFx proto format. For more information, see :new-page:`SignalFx metrics protobuf <https://github.com/signalfx/com_signalfx_metrics_protobuf>`.
17
+
* Events (logs) in the SignalFx proto format. For more information, see :new-page:`Send Traces, Metrics, and Events <https://dev.splunk.com/observability/reference/api/ingest_data/latest>` in the Splunk Developer Program documentation.
18
+
16
19
Get started
17
20
======================
18
21
19
22
.. note::
20
23
21
-
This component is included in the default configuration of the Splunk Distribution of the OpenTelemetry Collector when deploying in host monitoring (agent) mode. See :ref:`otel-deployment-mode` for more information.
24
+
This component is included in the default configuration of the Splunk Distribution of the OpenTelemetry Collector in the ``metrics`` and ``logs/signalfx`` pipelines when deploying in host monitoring (agent) mode. See :ref:`otel-deployment-mode` for more information.
22
25
23
26
For details about the default configuration, see :ref:`otel-kubernetes-config`, :ref:`linux-config-ootb`, or :ref:`windows-config-ootb`. You can customize your configuration any time as explained in this document.
24
27
25
-
.. caution:: Don't remove the ``signalfx`` receiver from the default configuration. If you need to change its settings, use the existing receiver or create a separate receiver configuration.
26
-
27
-
By default, the Splunk Distribution of OpenTelemetry Collector includes the SignalFx receiver in the ``metrics`` and ``logs/signalfx`` pipelines.
28
-
29
-
Follow these steps to configure and activate the component:
28
+
Follow these steps to configure and activate the receiver:
30
29
31
30
1. Deploy the Splunk Distribution of OpenTelemetry Collector to your host or container platform:
32
31
@@ -40,6 +39,8 @@ Follow these steps to configure and activate the component:
40
39
Default configuration
41
40
----------------------
42
41
42
+
.. caution:: Don't remove the ``signalfx`` receiver from the default configuration. If you need to change its settings, use the existing receiver or create a separate receiver configuration.
43
+
43
44
To use the ``signalfx`` receiver in the Splunk Distribution of the OpenTelemetry Collector, add the following to your config file:
44
45
45
46
.. code-block:: yaml
@@ -48,8 +49,8 @@ To use the ``signalfx`` receiver in the Splunk Distribution of the OpenTelemetry
48
49
signalfx:
49
50
endpoint: 0.0.0.0:9943
50
51
# Whether to preserve incoming access token and
51
-
#use instead of exporter token. Default value is false.
52
-
#access_token_passthrough: true
52
+
# use instead of exporter token. Default value is false.
53
+
#access_token_passthrough: true
53
54
54
55
Next, configure both the metrics and logs pipelines. Make sure to also add the SignalFx exporter as in the following example:
55
56
@@ -69,7 +70,7 @@ Next, configure both the metrics and logs pipelines. Make sure to also add the S
69
70
Sample configuration
70
71
--------------------------------------------
71
72
72
-
This is a sample config for the receiver:
73
+
This is a sample config for the SignalFx receiver:
73
74
74
75
.. code-block:: yaml
75
76
@@ -93,7 +94,7 @@ The following table shows the configuration options for the SignalFx receiver:
.. caution:: If you use the ``access_token_passthrough`` setting with any exporter other than the SignalFx exporter, the receiver might reveal all organization access tokens. If you activate this seeting, you must use the SignalFx receiver with the SignalFx exporter.
97
+
.. caution:: If you use the ``access_token_passthrough`` setting with any exporter other than the SignalFx exporter, the receiver might reveal all organization access tokens. If you activate this setting, you must use the SignalFx receiver with the SignalFx exporter.
0 commit comments