PCA (Prometheus Certified Associate) sample exam question with answer 48
Question:
Which HTTP method does Prometheus use to perform scrapes?
- TRACE
- GET
- POST
- Prometheus does not leverage HTTP for scrapes
Answer:
B - Prometheus actually does use HTTP for scrapes, specifically using the GET method