Hi everyone
I'm trying understand and create an end of life of my prometheus instance.
I think that my promethes will die as my number of timeseries increases and I need more memory ram.
How can I create a correlation between my timeseries growth and my memory ram growth?
I already try to use:
- container_memory_working_set_bytes with prometheus_tsdb_head_series
- go_memstats_alloc_bytes with prometheus_tsdb_head_series
- go_memstats_heap_inuse_bytes with prometheus_tsdb_head_series
- process_resident_memory_bytes with prometheus_tsdb_head_series
The combination closest that I can was number 3 that I can a correlation of 0.56
Is there another way to create this correlation between Memory Ram and timeseries to mensure end of life or the growth of the prometheus instance?