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.
- Exports spans, metrics and logs depending on the ``routing_key`` configured.
267
+
- Metrics, logs, traces
253
268
* - :ref:`logging-exporter` (``logging``)
254
269
- Exports data to the console. By default, ``logging`` doesn't send its output to Windows Event Viewer. Run the Splunk Distribution of OpenTelemetry Collector directly from the PowerShell terminal to send output to the Windows Event Viewer.
255
270
- Metrics, logs, traces
@@ -259,6 +274,9 @@ The Splunk Distribution of OpenTelemetry Collector includes and supports the com
259
274
* - :ref:`otlphttp-exporter` (``otlphttp``)
260
275
- Exports data in OTLP format over the HTTP protocol.
261
276
- Metrics, logs, traces
277
+
* - :ref:`pulsar-exporter` (``pulsar``)
278
+
- Exports logs, metrics, and traces to Pulsar.
279
+
- Metrics, logs, traces -
262
280
* - :ref:`signalfx-exporter` (``signalfx``)
263
281
- Sends metrics, events, and trace correlation to Splunk Observability Cloud.
264
282
- Logs (events), metrics, traces (trace to metric correlation only)
@@ -290,6 +308,8 @@ The Splunk Distribution of OpenTelemetry Collector includes and supports the com
290
308
- Detects and reports container endpoints discovered through the Docker API. Only containers that are in the state of ``Running`` and not ``Paused`` emit endpoints.
- Uses the ECS and EC2 API to discover Prometheus scrape targets from all running tasks and filter them based on service names, task definitions, and container labels. Only compatible with the Prometheus receiver.
:description: The ECS task observer extension detects and reports container endpoints for the running ECS task of which your Collector instance is a member.
9
+
10
+
The Splunk Distribution of the OpenTelemetry Collector supports the ECS task observer extension. Documentation is planned for a future release.
11
+
12
+
To find information about this component in the meantime, see :new-page:`ECS task observer extension <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/extension/observer/ecstaskobserver>` on GitHub.
:description: The load balancing exporter exports spans, metrics and logs depending on the routing_key configured.
9
+
10
+
The Splunk Distribution of the OpenTelemetry Collector supports the Load balancing exporter. Documentation is planned for a future release.
11
+
12
+
To find information about this component in the meantime, see :new-page:`Load balancing exporter <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/loadbalancingexporter>` on GitHub.
:description: The MongoDB receiver fetches stats from a MongoDB instance using the golang mongo driver.
9
+
10
+
The Splunk Distribution of the OpenTelemetry Collector supports the MongoDB receiver. Documentation is planned for a future release.
11
+
12
+
To find information about this component in the meantime, see :new-page:`MongoDB receiver <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/mongodbreceiver>` on GitHub.
:description: The Pulsar exporter exports logs, metrics, and traces to Pulsar.
9
+
10
+
The Splunk Distribution of the OpenTelemetry Collector supports the Pulsar exporter. Documentation is planned for a future release.
11
+
12
+
To find information about this component in the meantime, see :new-page:`Pulsar exporter <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/exporter/pulsarexporter>` on GitHub.
:description: The SSH check receiver creates stats by connecting to an SSH server which might be an SFTP server.
9
+
10
+
The Splunk Distribution of the OpenTelemetry Collector supports the SSH check receiver. Documentation is planned for a future release.
11
+
12
+
To find information about this component in the meantime, see :new-page:`SSH check receiver <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/sshcheckreceiver>` on GitHub.
:description: The vCenter receiver supports ESXi and vCenter.
9
+
10
+
The Splunk Distribution of the OpenTelemetry Collector supports the vCenter receiver. Documentation is planned for a future release.
11
+
12
+
To find information about this component in the meantime, see :new-page:`vCenter receiver <https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/receiver/vcenterreceiver>` on GitHub.
0 commit comments