nerdexam
SAP

C_CPE_2409 · Question #32

Which open-source tools can be integrated with SAP BTP for enhanced observability? Note: There are 2 correct answers to this question.

The correct answer is A. Prometheus C. Logstash. Prometheus (A) and Logstash (C) are both open-source observability tools - Prometheus handles metrics collection and alerting, while Logstash (from the ELK stack) handles log ingestion and processing. SAP BTP integrates with both to provide monitoring and log management…

Testing and Debugging

Question

Which open-source tools can be integrated with SAP BTP for enhanced observability? Note:

There are 2 correct answers to this question.

Options

  • APrometheus
  • BTerraform
  • CLogstash
  • DJenkins

How the community answered

(56 responses)
  • A
    88% (49)
  • B
    9% (5)
  • D
    4% (2)

Explanation

Prometheus (A) and Logstash (C) are both open-source observability tools - Prometheus handles metrics collection and alerting, while Logstash (from the ELK stack) handles log ingestion and processing. SAP BTP integrates with both to provide monitoring and log management capabilities as part of its observability stack.

Terraform (B) is an Infrastructure-as-Code tool used for provisioning cloud resources, not observing them - it belongs in the deployment/infrastructure category. Jenkins (D) is a CI/CD automation server for build pipelines, which is a DevOps workflow tool, not an observability tool.

Memory tip: Anchor on the word "observability" - it has two pillars: metrics and logs. Prometheus = metrics, Logstash = logs. Terraform and Jenkins both belong in the "DevOps toolchain" bucket (provisioning and pipelines), which is a different concern entirely.

Topics

#observability#Prometheus#Logstash#SAP BTP monitoring

Community Discussion

No community discussion yet for this question.

Full C_CPE_2409 Practice