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
#general
Title
# general
m
Mark Van Aken
09/28/2021, 11:48 PM
Has anyone used the AWS X-Ray Python SDK to get distributed traces that go across SQS/SNS in SigNoz?
p
Pranay
09/29/2021, 4:59 AM
Curious, what is the use case here
@User
You are tring to figure out if a request is spending more time in SQS/SNS
m
Mark Van Aken
09/29/2021, 4:55 PM
The goal is just to get automatic context propagation for messages that pass through SQS/SNS. The basic flow of our data is
service1 -> SNS Fans out to multiple -> SQS queue -> service2
l
Lalit Kale
09/29/2021, 11:14 PM
afaik, there is almost non-existance support for traces and spans on any messaging pipe -sqs, sns and even kinesis streams. Corresponding issue/s are still open:
https://github.com/aws/aws-xray-sdk-python/issues/173
https://github.com/aws/aws-xray-sdk-python/issues?q=is%3Aissue+is%3Aopen+sqs
m
Mark Van Aken
09/30/2021, 5:36 PM
Gotcha, that makes sense given the lack of examples I could find. I just wanted to make sure it wasn't just my lack of experience in the domain that made me think that it wasn't implemented
3 Views
Post