Istio metrics in prometheus format without running prometheus

Is it possible to collect istio metrics like istio_requests_total etc directly from istio-proxy without installing prometheus?

I think you can collect metrics using one POD dedicated monitoring the input/output of the namespace. You have to write some script achieving this.