Missing K6 Metrics (P95 Response Time) in Grafana Dashboard

Hello,
I have enabled the native histogram and tried setting the environment variable $env:K6_PROMETHEUS_RW_TREND_STATS = "p(80),p(90),p(95),avg,sum,min,max" as well as $env:K6_PROMETHEUS_RW_TREND_STATS = "count,min,max,p(90),avg", but I am still missing k6_http_req_duration (please check the attached image).

Is there any way to send all the data to Prometheus from k6, similar to generating output with k6 run --out json=test_results.json .\tests\random.test.js?