On 27/03/2023 13:01, Abdelouahab Khelifati wrote:
Thanks Ben for the answer!

Would you have an example of how such data should look?

> Also, that doesn't really look like time-series data. Prometheus is a monitoring system, not a generic database. Would that mean that I cannot store such data in standalone Prometheus? My understanding is that Prometheus includes a full TSDB system.

Prometheus does contain a TSDB, but it isn't designed as a general purpose database. Instead it is designed to be used for metrics that are scraped at a constant rate, only storing numeric values per metric (with optional string labels). If you are wanting something more generic, you are better off looking at other databases (both timeseries based and otherwise).

--
Stuart Clark

--
You received this message because you are subscribed to the Google Groups 
"Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to prometheus-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-developers/f2de37a3-5a5c-d60b-33b0-8895425433ff%40Jahingo.com.

Reply via email to