ApplicationInsights-node.js icon indicating copy to clipboard operation
ApplicationInsights-node.js copied to clipboard

Support for Fastify

Open murbanowicz opened this issue 5 years ago • 7 comments

Is it possible to provide out of the box support for Fastify instead of having to create custom trackers?

murbanowicz avatar May 06 '20 07:05 murbanowicz

@murbanowicz Do you have an example on how you did the implementation with the custom trackers?

gboston avatar Nov 09 '20 13:11 gboston

There is some news on this issue? I'm trying to get endpoints metrics by default, but they do not appear on the Application Insights, so probably they must be implemented customly. Do you have some examples of such implementation with Fastify? It could be great to see something to start my custom implementation.

Thank you!

franher avatar Apr 06 '22 15:04 franher

We are working on new version of the SDK using OpenTelemetry internally, you should be able to use fastify instrumentation library when this is available, https://github.com/open-telemetry/opentelemetry-js-contrib/tree/main/plugins/node

hectorhdzg avatar Apr 06 '22 16:04 hectorhdzg

@hectorhdzg Is there a place I can see the status of that work/when it's expected to be available? Thanks!

evandeininger avatar May 14 '22 00:05 evandeininger

@hectorhdzg I can see Fastify being pushed forward in that OT library, but how does it impact Application Insights auto instrumentation?

murbanowicz avatar Oct 28 '22 06:10 murbanowicz