v.25.10Improvement

Add histogram and dimensional metrics to PrometheusMetricsWriter

Add histogram and dimensional metrics to PrometheusMetricsWriter. This way, the PrometheusRequestHandler handler will have all the essential metrics and can be used for reliable and low-overhead metric collection in the cloud. #87521 (Miсhael Stetsyuk).
Added support for histogram and dimensional metrics to the PrometheusMetricsWriter in ClickHouse.

Why it matters

This feature enhances the PrometheusRequestHandler by providing all essential metrics including histograms and dimensional data, enabling reliable and low-overhead metric collection especially suitable for cloud environments.

How to use it

Users can utilize the enhanced PrometheusMetricsWriter to gather detailed metrics by querying the PrometheusRequestHandler. No additional configuration is required to benefit from histogram and dimensional metrics, as they are now integrated by default.