Hey everyone,
So, I was deploying an elixir app to k8s and setting up opentelemetry tracers exporter. Thanks to some previous discussions in the forum, I was able to setup much of it after some understanding.
However, as the application is currently in k8s, i included liveness and readiness probe endpoints and now my traces samples are filled mostly with these probes rather than real user requests.
I want to exclude these urls from autogenerating traces if possible or disable them from being exported in the very least.
I initially searched around the forum and discord server but couldn’t find anything, neither did the docs for opentelemetry elixir or the opentelemetry_phoenix package prove very helpful.
Asking to claude, it showcased some filter functions passed to opentelemetryphoenix setup, however looking through the source there seems to be no such function.
Does anyone has any potential leads on this topic ?






















