Channels
watercooler
incidents
reactjs-config
k8s_operator_helm
write-for-signoz
signoz-alert-testing
testsupport
webhook-dev
general
contributing
support
contributing-frontend
github-activities
Powered by
#support
Title
# support
d
Divyanshu Negi
08/03/2023, 7:10 AM
Hi Team, we recently added a SQS queue for some of our async operation in our service, and in signoz we are getting latency data like this, I think this is due to the queue consumer polling call, can we mute this from the open-telemetry SDK ?
a
Ankit Nayan
08/03/2023, 10:42 AM
https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/filterprocessor
you can use above to drop spans
d
Divyanshu Negi
08/03/2023, 10:43 AM
Thanks
@Ankit Nayan
looking into this now 🙏
Post