1. Prometheus Authors. (n.d.). Querying functions. Prometheus Documentation. Retrieved from https://prometheus.io/docs/prometheus/latest/querying/functions/#histogramquantile
Reference Details: The section titled "histogramquantile()" explicitly states: "histogramquantile(φ float64, b instant-vector) calculates the φ-quantile (0 ≤ φ ≤ 1) from the buckets b of a histogram." This documentation also confirms the purpose of predictlinear() and avgovertime() in their respective sections.
2. Cloud Native Computing Foundation. (n.d.). Monitoring with Prometheus. Linux Foundation Training.
Reference Details: In the LFS241 - Monitoring Systems and Services with Prometheus course materials, Module 6, "PromQL," covers the usage of aggregation and query functions. The histogramquantile() function is detailed as the primary method for calculating percentiles from histogram metrics, which is a core concept for the PCA certification.