Prometheus is very specific to timeseries data, and normally new data is ingested as of the current time.
If you have previous timeseries data that you need to import as a one-time activity, then there is "backfilling", see https://prometheus.io/docs/prometheus/latest/storage/#backfilling-from-openmetrics-format This is not something you would want to do on a regular basis though. If the reason for CSV import is you are trying to gather data from remote sites which don't have continuous connectivity, then another option is to run prometheus in those sites in "agent" mode, and have it upload data to another prometheus server using "remote write". On Thursday 5 September 2024 at 14:48:13 UTC+1 Mehrdad wrote: > Hi > how can i feed large csv file into the Prometheus? > Thanks > -- 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/d8b45095-2359-4520-ada8-67f8b42c3ac7n%40googlegroups.com.

