Italo Valcy S Brito
Italo Valcy S Brito
As a workaround while this issue is not solved, one can use the following commands: ``` for napp in $(kytos napps list | awk '/ie/ {print $3}' | cut -d:...
I'm using dnscollector `1.9.0` on Debian 11.11 and also facing the memory leak problems. Here is the configuration I'm using: ``` ################################################ # global configuration # more details: https://github.com/dmachard/DNS-collector/blob/main/docs/configuration.md#global ################################################...
> The telemetry is enabled on your config, can you share the complete grafana dashboard https://github.com/dmachard/DNS-collector/blob/main/docs/dashboards/grafana_exporter.json ? > > https://github.com/dmachard/DNS-collector/blob/main/docs/_images/dashboard_global.png @dmachard attached is the Grafana dashboard I have. I also...
> The Prometheus logger can consume a lot of memory, so what you’re seeing may not actually be a memory leak but expected behavior due to large cache sizes. >...