0

Prometheus is used as monitoring tool for scraping application metrics , we want to store these metrics in object storage in readable format in JSON form so how can we do it ? but we see this data is stored in binary format under /var/lib/prometheus on prometheus server. I checked various options on prometheus official docs but these are not useful since we want to store data in JSON format in Object storage like S3 https://prometheus.io/docs/operating/integrations/#remote-endpoints-and-storage . I checked thanos also but only prometheus can read and write from thanos it seems.

0 Answers0