Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to trace full request from service A to service B via TCP transport in NEST JS? #4238

Open
bafniu20404 opened this issue Apr 11, 2024 · 0 comments

Comments

@bafniu20404
Copy link

Hi there,

I built 2 micro services with Hybrid Application using NestJS.

  • Service A listen HTTP on port 3000 and TCP on port 3001.
  • Service B listen HTTP on port 4000 and TCP on port 4001.
    Client call HTTP request to Service A ( port 3000), then service A call to Service B (TCP port 4001).
    I cannot show end to end request from A to B.
    Datadog Agent: lastest
    DD tracer: latest.
    Winston
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant