Jordan Pittier
Jordan Pittier
I have the same question: how does log collections work under Kubernetes ?
@lfittl beside Kubernetes, does the Collector supports monitoring a PG instance running in a container ?
Excellent ! Option 2 seems doable for us, nice !
For the record, I managed to have log insights working in a Kubernetes cluster, with what you suggested: `Run the pganalyze-collector in a Docker container. Have the Postgres container write...
Same. It's leaking memory for sure, we (Gorgias, Scale plan) also deal with that leak with a memory limit (Kubernetes). 
@lfittl log parsing is not working anyway because we are running PG and PGAnalyze in Kubernetes. Should I still try to set PGA_DISABLE_LOGS=1 ?
Same here, upgraded to 0.30 and memory usage is still growing:  Note that we have 2 PG analyze collectors (we have 2 PG databases) and one is not suffering...
@uhoh-itsmaciek I don't know exactly what to say. The one for which PGA is not leaking is used to mostly "log" some sort, so it's mostly a append only workload....
@lfittl so I tried this but no luck. I am not that sure it's a memory leak anymore. This is the memory used by the pganalyze collector (v0.30):  We...
@lfittl I upgraded to 0.32.0, I'll keep you posted.