You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 20, 2018. It is now read-only.
AWS did introduce X-Ray few weeks ago (maybe months now). It would be nice to have X-Ray integrated into libraries like Hildebrand, ... These libraries are based on eulalie, so, it probably makes sense to add it here.
I would like to have X-Ray support in your libraries. One option is to use aws-sdk directly, wrap it with X-Ray SDK and case closed. But this will lead to lot of changes everywhere.
Another option is to add X-Ray support to the eulalie directly (issuer, request, response). Sample subsegment for DynamoDB:
Description
AWS did introduce X-Ray few weeks ago (maybe months now). It would be nice to have X-Ray integrated into libraries like Hildebrand, ... These libraries are based on eulalie, so, it probably makes sense to add it here.
AWS-SDK
You can use
ddb
as DynamoDB client and it will track all requests. More details.HTTPS
You can use
http
as Node'shttp
and it will track all requests. More details.Custom
Or you can use custom subsegments to provide whatever you want.
Discussion
I would like to have X-Ray support in your libraries. One option is to use aws-sdk directly, wrap it with X-Ray SDK and case closed. But this will lead to lot of changes everywhere.
Another option is to add X-Ray support to the eulalie directly (issuer, request, response). Sample subsegment for DynamoDB:
Any thoughts? Any plans about aws-sdk integration? About X-Ray?
The text was updated successfully, but these errors were encountered: