Courseiva
Cloud Native ObservabilitymediumMultiple ChoiceObjective-mapped

KCNA Cloud Native Observability Practice Question

What type of Prometheus metric is best suited to count the total number of HTTP requests received by a service?

Answer choices

Why each option matters

Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.

Correct answer & explanation

Counter

A counter is a cumulative metric that can only increase or be reset to zero, ideal for counting events like requests.

Answer analysis

Option-by-option breakdown

For each option: why learners choose it and why it is or isn't the right answer here.

  • Histogram

    Why it's wrong here

    Histogram samples observations and counts them in configurable buckets, used for latency distributions.

  • Gauge

    Why it's wrong here

    Gauge represents a value that can go up or down, such as CPU usage.

  • Summary

    Why it's wrong here

    Summary is similar to histogram but calculates quantiles on the client side.

  • Counter

    Why this is correct

    Counter is a cumulative metric that increases monotonically, suitable for counting requests.

About these practice questions

One of 833 original KCNA practice questions on Courseiva, each with a full explanation and wrong-answer analysis — not exam dumps or protected exam content. Learn why practice questions differ from exam dumps →

How Courseiva writes practice questions · Editorial policy

JA

Written by Johnson Ajibi, MSc IT Security

Senior Network & Security Engineer · founder of Courseiva

This KCNA practice question is part of Courseiva's free CNCF certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the KCNA exam.