Pompiliu Maftei
Pompiliu Maftei
> Same here on Robusta 0.12.0 without UI integration Same here.
I confirm that we don't have that record. So, I'll add the following record: ``` record: instance:node_memory_utilisation:ratio expr: 1 - (node_memory_MemAvailable_bytes{job="node-exporter"} or (node_memory_Buffers_bytes{job="node-exporter"} + node_memory_Cached_bytes{job="node-exporter"} + node_memory_MemFree_bytes{job="node-exporter"} + node_memory_Slab_bytes{job="node-exporter"} )...
The issue was solved by @arikalon1 - the second sink has a scope, but the ChatGPT output doesn’t contain the namespace **apps** so it’s excluded. The proper configuration for the...
For now, I have only 3 EKS clusters - but in the future will be more (10 or 15 or more). So, what is your suggestion regarding this part of...
In the future, much more data will be sent in this SigNoz installation. Right now, I want to configure it for optimal functionality. The r6i.xlarge instance has 4 vCPU and...
I removed the custom batch configuration. What other tweaks do you recommend?
Everything looks fine now. Please don't close this ticket, I want to observe the behaviour for at least 12-24 hours and get back to you if anything is wrong. Thank...
Hello again, Unfortunately, the same error was encountered in the clickhouse pod and the nodes from the Infra Monitoring menu disappeared again. It seems that the default batch configuration is...
I doubled the value for send_batch_size and increased the timeout. Let's see the behavior with the new values.
I've been running with the following configuration for a few hours now: ``` batch: send_batch_size: 100000 timeout: 22s ``` The error in the Clickhouse pod is the same, but the...