PCA (Prometheus Certified Associate) sample exam question with answer 288
Question:
What is a custom exporter in Prometheus?
- An exporter that exposes Prometheus metrics in a non-standard format
- An exporter that exposes non-Prometheus metrics in the Prometheus exposition format
- An exporter that collects and exposes custom metrics that are not available in Prometheus by default
- An exporter that exposes Prometheus metrics from a remote server
Answer:
C - correct answer
A - is incorrect as the Prometheus exposition format is the standard format for Prometheus metrics
B - is incorrect as Prometheus only supports the exposition format for metrics
D - is incorrect as an exporter that exposes Prometheus metrics from a remote server is called a "remote_write" exporter