Dashboard for /metrics endpoint (visualizing prometheus histogram type)

InfluxDB v2 exposes a /metrics endpoint in the prometheus format and I want to use these metrics to make a dashboard to measure influxdb performance (i.e. average query time, how much memories used etc). However, I could not figure out a good way to visualize histogram metric types, ex: qc_all_duration_seconds_bucket, qc_executing_duration_seconds_bucket.

Is there any examples or documentation I can check out?