About the Prometheus category

Hey guys,

I’ve been working with Prometheus to gather data for an AI project (i.e., all of the gathered raw data is needed) and was able to set it up correctly. However, I now wish to export the raw data and I tried using the HTTP API. It works with 1 metric but I wasn’t able to get it working for multiple. This is my current solution:

What am I doing wrong? Is it even possible? Is there a better solution for exporting all of the gathered metric data? Otherwise I may have to turn to a Python client…