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
I'm trying to use gorelic's agent.WrapHTTPHandler to monitor individual endpoints however I'm running into issues translating between the http.HandlerFunc and rest.HandlerFunc. I assume it should be possible/fairly easy however I'm still new to golang and not entirely familiar with interfaces and the like.... I would greatly appreciate an example of how to achieve this and I'll put in PR for the readme once I figure it out. Thanks!
The text was updated successfully, but these errors were encountered:
Perhaps the problem is on gorelic's side of things but what I would like to do is wrap thing.GetThings, thing.GetThing etc... individually in order to monitor which endpoints are failing etc... through newrelic's APM(which now I'm doubting whether or not gorelic is capable of). I see data come in through the NewRelic plugin page but nothing on APM.
Related to #192
I'm trying to use gorelic's agent.WrapHTTPHandler to monitor individual endpoints however I'm running into issues translating between the http.HandlerFunc and rest.HandlerFunc. I assume it should be possible/fairly easy however I'm still new to golang and not entirely familiar with interfaces and the like.... I would greatly appreciate an example of how to achieve this and I'll put in PR for the readme once I figure it out. Thanks!
The text was updated successfully, but these errors were encountered: