GithubHelp home page GithubHelp logo

Comments (7)

willnewrelic avatar willnewrelic commented on July 19, 2024

Hi Ewan-GrandSlam

Thanks for the idea. I'm going to leave this open and add the "track-interest" label. I encourage all who would like this change to add a comment or thumbs up.

from go-agent.

kmhosny avatar kmhosny commented on July 19, 2024

Hi there,

is there any update on how to track web transactions when using the non standard net/http such as fasthttp? what kind of information does the go-agent extract from http.Response and http.Request may be i can populate it by hand?

thanks

from go-agent.

willnewrelic avatar willnewrelic commented on July 19, 2024

Hi

Thanks for all the interest. I will investigate fasthttp.

You can turn a background transaction into a web transaction by providing an empty http.Request as a parameter to StartTransaction:

txn := app.StartTransaction("notBackground", nil, &http.Request{})

from go-agent.

greenboxal avatar greenboxal commented on July 19, 2024

I have interest in this as well. I'll start a PR changing the way the library treats http requests to use generic interfaces that can be implemented by anyone. So in case of anyone using fasthttp (my case), it will be just a matter of implementing the correct interface on top of it.

from go-agent.

greenboxal avatar greenboxal commented on July 19, 2024

@kmhosny In case you need it, I just pushed https://github.com/greenboxal/nr-fasthttp. It depends on #56.

from go-agent.

 avatar commented on July 19, 2024

Thanks to everyone for highlighting this issue! @Ewan-GrandSlam @kmhosny @greenboxal

This resulted in us opening a feature request to further look into the problem. We'll also take your PR into consideration @greenboxal !

I'm going to close this issue since we'll be tracking it internally. At this time I do not have an ETA when to expect this fix.

from go-agent.

willnewrelic avatar willnewrelic commented on July 19, 2024

We are going to do this!

Your feedback wanted:

#19

from go-agent.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.