How to auto instrument metrics for angular #5078
Unanswered
jscancella
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone. I am new to the javascript world and can't seem to get my angular application to be auto instrumented. I would like for it to automatically generate metrics like latency for calls, or number of calls, etc. On the java side this seems to be pretty easy, but I am struggling with the angular application.
As soon as I manually generate some metrics using a counter or gauge they are showing up in my otel-collector so I know everything should be hooked up correctly.
Beta Was this translation helpful? Give feedback.
All reactions