Collecting K6 metrics using Prometheus Remote Write Output via telegraf

Hi all,

I am trying to collect k6 metrics via prometheus remote write using K6_PROMETHEUS_RW_TREND_AS_NATIVE_HISTOGRAM as true, here I don’t want to use prometheus as my datasource and instead I want to send metrics to Influxdb (v1.8.x) via telegraf or directly following this, but I am missing all the histogram raw k6 metrics like k6_http_req_waiting_seconds, k6_http_req_duration_seconds etc, the only measurements I got is,

Any help is appreciated