Practice free →
HomeSoftware TestingSoftware Testingmicroservices_cloud_observability › Prometheus is BEST described as

Prometheus is BEST described as

AA distributed file system for backups
BA pull based metrics monitoring system
CA push based log forwarding daemon
DA static security analysis scanner
Answer & Solution
Correct answer: B. A pull based metrics monitoring system
Prometheus scrapes metrics from /metrics endpoints on a schedule, stores them in a time-series DB, and queries them with PromQL. Alerts are evaluated via the Alertmanager. Grafana is the common dashboard frontend.
Solve this in the app — Software Testing practice & 24k+ MCQs →
Related questions