Srikanth Chekuri
Srikanth Chekuri
Even with a walkthrough, I won't be able to review this (I made a couple of attempts to skim through but it's too big to comprehend). It is 4k+ additions....
It's not really about the filters but the usability of the incontext logs. The window is small and doesn't capture enough information. One needs to scroll horizontally and vertically and...
I tried to run this on my machine. I could recreate the issue. Here is the stack trace with more info ```sh srikanthc@FL-LPT-388s-MacBook-Pro opentelemetry-segfault-example % docker run -it -p 8000:8000...
Interestingly I am unable to reproduce this issue if I don't use docker.
There wasn't an exact fix, but there were many related fixes that happened. Can you check if this still happens on `1.15.0` and `0.36b0`?
Can you check the legend for "System disk io" once in detail page?
good work! please send the system metrics from you Mac following the host metrics docs and check the data from the commands like `top`/`htop`/`df -h` against what we show in...
> I have several other EKS clusters where the OpenTelemetry Collector is deployed as a daemonset, sending data to the signoz-otel-collector from the first cluster. Applications running in those clusters...
I want to understand the scale of the volume before we can change in the config. The 10k is already pretty big. If you are still running into too many...
``` batch: timeout: 1s send_batch_size: 512 ``` I just noticed this, this is too low and ends up creating too many inserts which lead to too many parts. The general...