PCA (Prometheus Certified Associate) sample exam question with answer 132
Question:
Which of the following are true regarding histograms in PromQL?
- Histograms are used to measure and analyze the distribution of values in a dataset
- Histograms group values into buckets based on their values
- Histograms are represented as time series data in Prometheus
- Histogram buckets are fixed and cannot be changed dynamically
Answer:
A, B, C - Histograms in PromQL are used to measure and analyze the distribution of values in a dataset. They group values into buckets based on their values and are represented as time series data in Prometheus