https://signoz.io logo
#general
Title
# general
a

Antony Suresh

06/30/2023, 12:43 PM
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

Srikanth Chekuri

07/03/2023, 2:04 AM
Process level runtime metrics are yet to be supported in node auto-instrumentation.
a

Antony Suresh

07/24/2023, 6:52 PM
Thank you. Can I use manual instrumentation in that case? Do you have any reference links I can refer?
s

Srikanth Chekuri

07/25/2023, 2:45 AM
There should be instrumentation first. You should write a instrumentation library first.
a

Antony Suresh

07/25/2023, 2:47 AM
Ok, using the opentelemetry provided SDK right? Periodically sending gauge/counter etc depends on the need?
s

Srikanth Chekuri

07/25/2023, 2:48 AM
Yes
a

Antony Suresh

07/25/2023, 2:49 AM
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

Srikanth Chekuri

07/25/2023, 2:50 AM
People tried, but nobody got it to a decent shape to get it merged.
a

Antony Suresh

07/25/2023, 2:50 AM
Ohk thank you
2 Views