AWS X-Ray with Feathersjs api?

0

Hi,

I have a Feathersjs/eclipse Node.js API running on Elastic Beanstalk. I've just instrumented the app according to the "Getting Started" section on Node.js/eclipse. X-Ray tracing is already enabled for the Elastic Beanstalk app. I then deployed the newly instrumented app... and nothing is traced.

Does anyone know if there is some additional instrumentation/configuration for Feathersjs app?

asked 2 years ago208 views
1 Answer
1

As per this official X-Ray documentation, currently supported middlewares are Express and Restify. Maybe Feathersjs has different handlers which are not instrumented in the current X-Ray NodeJS SDK.

AWS
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions