On 14/06/2020 01:05, Aviral Srivastava wrote:
Prometheus stores time-series data by default. In this default model, the x-axis is time and the y-axis is the value.

I want x-axis to be a number(1,2,3,....) and y-axis to be of some value(1000, 2000, 3000, ....).

How do I store that in Prometheus?


Prometheus isn't a general purpose database system. Datapoints are scraped using the Prometheus metrics format from the targets you specify, and then are stored in the TSDB against that scrape time.

It sounds like you would want a standard database like MySQL or PostgreSQL.

--
You received this message because you are subscribed to the Google Groups 
"Prometheus Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-users/e128078e-5a6a-777f-7e48-f4768b5c17c0%40Jahingo.com.

Reply via email to