Hi guys, do you know why k8s-infra is consuming a ...
# general
c
Hi guys, do you know why k8s-infra is consuming a lot of memory ?
s
How much data are you collecting from your cluster?
c
I dont know. I used the default config, there are a config to use a kind of sampling ?
I found on the value file on https://github.com/SigNoz/charts/blob/main/charts/k8s-infra/values.yaml this presets: loggingExporter: enabled: false # Verbosity of the logging export: basic, normal, detailed verbosity: basic # Number of messages initially logged each second samplingInitial: 2 # Sampling rate after the initial messages are logged samplingThereafter: 500 but dont know what is meaning what means
s
What do you use SigNoz mainly for? Or do you use all three metrics/logs/traces?
c
for now, I am using Signoz to record logs from a CI environments. We usually have a kubernetes cluster and we deploy applications there.
What do you use SigNoz mainly for? Or do you use all three metrics/logs/traces? For now, we have logs and metrics... and maybe we want to add traces too.
s
If you collecting both metrics and logs I think the memory usage of collector is reasonable.