Hi I am trying to autoinstrument nodejs express ap...
# general
a
Hi I am trying to autoinstrument nodejs express application. I am getting all application level metrics and traces. But nodejs process level metrics I couldn't able to get
s
Process level runtime metrics are yet to be supported in node auto-instrumentation.
a
Thank you. Can I use manual instrumentation in that case? Do you have any reference links I can refer?
s
There should be instrumentation first. You should write a instrumentation library first.
a
Ok, using the opentelemetry provided SDK right? Periodically sending gauge/counter etc depends on the need?
s
Yes
a
Ok sure. I wondered that no one yet tried 🙂 ? Let me check some existing GitHub implementation if there..else will go for my own..
s
People tried, but nobody got it to a decent shape to get it merged.
a
Ohk thank you