Renaud Chaput on Nostr: npub1dk8fq…r6wmq Are they part of a trace, and/or do they have a parent span? I ...
npub1dk8fqreg5vwnsrya8r756nzgj0xvt88d2qphas98f6ewugtw7ldsvr6wmq (npub1dk8…6wmq) Are they part of a trace, and/or do they have a parent span?
I think they are Sidekiq workers polling Redis and trying to see if there are any jobs to process, in which case they can be filtered (but maybe not all ZSCANs?). If thats the case, we should probably filter them out directly in our instrumentation, or better sample them heavily.
For mastodon.social we only keep 1% of traces, except for errors where we keep 100% of them.
I think they are Sidekiq workers polling Redis and trying to see if there are any jobs to process, in which case they can be filtered (but maybe not all ZSCANs?). If thats the case, we should probably filter them out directly in our instrumentation, or better sample them heavily.
For mastodon.social we only keep 1% of traces, except for errors where we keep 100% of them.