You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there is no official newrelic agent for golang, I am trying to integrate with gorelic. It is sending this custom trace data as part of the metrics:
I have added a custom method tracer
This is the code I have added:
But I can't see these metrics on the newrelic dashboard.
My handlers looks like this:
(chain is xhandler.Chain)
I copied newrelic middleware from here: https://github.com/achiku/sample-golang-newrelic/blob/master/main.go
But I can't see per api metrics on the dashboard
The text was updated successfully, but these errors were encountered: