Auto instrumentation like Spring Cloud Sleuth in Node.js
Asked Answered
C

1

8

While Zipkin sdk is available for Node.js, I'm looking for auto-instrumentation like Spring Cloud Sleuth in Node.js app. Is there a module or framework for it in Node.js?

What I mean by auto-instrumentation above is that in Java I don't have to write code to instrument servlets/filters/rest clients with Zipkin. Sleuth automatically does that. While Zipkin instrumentation seems manual in Node.js.

Curitiba answered 22/6, 2017 at 12:20 Comment(1)
Have you heard of Envoy? You can use it to trace with Zipkin. But you'll still need to propagate tracing headers.Graehme
B
-1

you can use node-sleuth package for this : https://www.npmjs.com/package/node-sleuth?activeTab=explore

Baughman answered 5/9, 2022 at 6:5 Comment(2)
Your answer could be improved by providing an example of the solution and how it helps the OP.Monoplegia
This package doesn't work .Herrick

© 2022 - 2024 — McMap. All rights reserved.