[prometheus-users] Re: feed large csv file into the Prometheus

2024-09-05 Thread 'Brian Candler' via Prometheus Users
> Hi Brian, want to import 10GB csv file into the Prometheus, after that try to run different queries to find out how it performs with data with high cardinality. In prometheus, the timeseries data consists of float values and there's no "cardinality" as such. But each timeseries is determined

[prometheus-users] Re: feed large csv file into the Prometheus

2024-09-05 Thread Mehrdad
Hi Brian, want to import 10GB csv file into the Prometheus, after that try to run different queries to find out how it performs with data with high cardinality. This process need to run once, and data belong to last 24 hours of another monitoring tool. Now which option more suitable? And faster?

[prometheus-users] Re: feed large csv file into the Prometheus

2024-09-05 Thread 'Brian Candler' via Prometheus Users
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-o

[prometheus-users] feed large csv file into the Prometheus

2024-09-05 Thread Mehrdad
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 prometheus-users+unsubscr...@googlegroups.com.