SPLK-4001 · Question #26
Which component of the OTel Collector is responsible for receiving telemetry data from instrumented applications?
The correct answer is B. Receivers. Receivers are the entry point of the OTel Collector pipeline - they listen for and accept telemetry data (traces, metrics, logs) from instrumented applications or other sources, supporting protocols like OTLP, Jaeger, Prometheus, and more. A (Exporters) are wrong because they…
Question
Which component of the OTel Collector is responsible for receiving telemetry data from instrumented applications?
Options
- AExporters
- BReceivers
- CProcessors
- DAgents
How the community answered
(68 responses)- A6% (4)
- B90% (61)
- C1% (1)
- D3% (2)
Explanation
Receivers are the entry point of the OTel Collector pipeline - they listen for and accept telemetry data (traces, metrics, logs) from instrumented applications or other sources, supporting protocols like OTLP, Jaeger, Prometheus, and more.
- A (Exporters) are wrong because they handle the outbound side: sending processed telemetry to backends like Jaeger, Prometheus, or Datadog.
- C (Processors) are wrong because they sit between receivers and exporters, transforming, filtering, or batching data in transit - they don't ingest it.
- D (Agents) are not a named component of the Collector pipeline at all; "agent" is a deployment pattern (running the Collector as a sidecar/daemon), not a pipeline stage.
Memory tip: Think of the pipeline as a factory assembly line - Receivers Receive raw materials (data in), Processors refine them, and Exporters ship them out. "R for Receive, R for Raw input."
Topics
Community Discussion
No community discussion yet for this question.