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.
If traces from your instrumented application or service are not available in Splunk Observability Cloud, verify the OpenTelemetry Collector configuration:
70
70
71
71
* Make sure that the Splunk Distribution of OpenTelemetry Collector is running.
72
-
* Make sure that a ``zipkin`` receiver and a ``sapm`` exporter are configured.
72
+
* Make sure that a ``zipkin`` receiver and an ``otlp`` exporter are configured.
73
73
* Make sure that the ``access_token`` and ``endpoint`` fields are configured.
74
-
* Check that the traces pipeline is configured to use the ``zipkin`` receiver and ``sapm`` exporter.
74
+
* Check that the traces pipeline is configured to use the ``zipkin`` receiver and ``otlp`` exporter.
75
75
76
76
Metrics don't appear in Splunk Observability Cloud
Copy file name to clipboardExpand all lines: gdi/opentelemetry/smart-agent/smart-agent-migration-monitors.rst
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ For each Smart Agent monitor you want to add to the Collector, add a ``smartagen
36
36
37
37
Instead of using ``discoveryRule``, use the Collector receiver creator and observer extensions. See :ref:`receiver-creator-receiver` for more information.
38
38
39
-
If you're using a SignalFx Forwarder monitor (deprecated), add it to both a ``traces`` and a ``metrics`` pipeline, and use a SAPM exporter and a SignalFx exporter, as each pipeline's exporter, respectively. See more on :ref:`exporters <collector-components-processors>`.
39
+
If you're using a SignalFx Forwarder monitor (deprecated), add it to both a ``traces`` and a ``metrics`` pipeline, and use an OTLP exporter and a SignalFx exporter as each pipeline's exporter, respectively. See more on :ref:`exporters <collector-components-processors>`.
0 commit comments