SPLK-4001 · Question #60
SPLK-4001 Question #60: Real Exam Question with Answer & Explanation
The correct answer is B. Adding logging into the metrics receiver pipeline:. The logging exporter is a component that allows the OpenTelemetry Collector to send traces, metrics, and logs directly to the console. It can be used to diagnose and troubleshoot issues with telemetry received and processed by the Collector, or to obtain samples for other purpose
Question
Exhibits
Options
- AAdding debug into the metrics receiver pipeline:
- BAdding logging into the metrics receiver pipeline:
- CAdding logging into the metrics exporter pipeline:
- DAdding debug into the metrics exporter pipeline:
Explanation
The logging exporter is a component that allows the OpenTelemetry Collector to send traces, metrics, and logs directly to the console. It can be used to diagnose and troubleshoot issues with telemetry received and processed by the Collector, or to obtain samples for other purposes. To activate the logging exporter, you need to add it to the pipeline that you want to diagnose. In this case, since you are experiencing issues with a new receiver for metrics, you need to add the logging exporter to the metrics receiver pipeline. This will create a new plot that shows the metrics received by the Collector and any errors or warnings that might occur. The image that you have sent with your question shows how to add the logging exporter to the metrics receiver pipeline. You can see that the exporters section of the metrics pipeline includes logging as one of the options. This means that the metrics received by any of the receivers listed in the receivers section will be sent to the logging exporter as well as to any other exporters listed.
Community Discussion
No community discussion yet for this question.



