Hi, I've been using the self-hosted version for several months, and it works pretty stably.
I have a problem with the log pipeline in Signoz:
• I'm creating pipelines filtered by container_name: container_name = XXX
• inside, I'm adding a new "processor - add" to add a resource (service name): resource["service.name"] = AAA
• In that way, I can group the docker containers per service
What is happening is that sometimes the service name is not assigned correctly, so somehow the filter is not working and a log that belongs to a given container is entering into a pipeline that is filtered by another container name, getting the wrong service name.
I cannot explain it, but basically the pipeline filter is not working as expected, and a given log is running a pipeline that it shouldn't
Thanks in advance!