Ben Kochie
Ben Kochie
Can post this with `container_memory_rss`? Working set is a misleading metric as it includes cache.
Yes, pprof would be very useful here.
A slightly easier way: ``` curl -o postgres_exporter-heap.pprf "http://localhost:9187/debug/pprof/heap" ``` Then upload the file to https://pprof.me.
Interesting, it looks like there is a leak in the `stat_user_tables` collector. Is it possible you could try with `--no-collector.stat_user_tables`?
It's officially supported, but I don't think we include binaries in the release builds.
Probably worth adding a `COPY` to the Dockerfile.
CC @tjhop care to look into this one?
I agree, I don't think we want to re-introduce the `none` mode. > Leave --log.prober flag unset and it won't do scrape-level logging I think this isn't working as intended....
Yea, I don't know what the original intention of `--log.prober` was supposed to look like. I feel like it was just hacked in based on how the old logging library...
It's also worth taking some pprof samples and posting them to https://pprof.me to share here.