Jordan Pittier

Results 43 comments of 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). ![image](https://user-images.githubusercontent.com/221981/82884218-bbc38680-9f43-11ea-9d5c-c10ba059ce31.png)

@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: ![image](https://user-images.githubusercontent.com/221981/84930184-2eea9380-b0d1-11ea-9311-e2900e5fef3c.png) 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): ![image](https://user-images.githubusercontent.com/221981/91547114-b94a4180-e923-11ea-9bd9-c1e2517c86f0.png) We...

@lfittl I upgraded to 0.32.0, I'll keep you posted.