nerdexam
Splunk

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

A customer is experiencing issues getting metrics from a new receiver they have configured in the OpenTelemetry Collector. How would the customer go about troubleshooting further with the logging exporter?

Exhibits

SPLK-4001 question #60 exhibit 1
SPLK-4001 question #60 exhibit 2
SPLK-4001 question #60 exhibit 3
SPLK-4001 question #60 exhibit 4

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.

Full SPLK-4001 Practice