pinpoint-node-agent icon indicating copy to clipboard operation
pinpoint-node-agent copied to clipboard

pinpoint agent for nodejs

Results 17 pinpoint-node-agent issues
Sort by recently updated
recently updated
newest added

你好: 1)那个express插件的express.Route.prototype.method(get,post...)好像没有考虑到下面的情况 app.get(fn1,fn2...);就是说回调函数可以有很多个,而现在的插件只考虑到一个回调函数,是吗? 2)请教一下koa插件这么写?都是中间件,监听每个中间件的时间好像没有意义

Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 4.2.5.RELEASE to 5.2.22.RELEASE. Release notes Sourced from spring-core's releases. v5.2.22.RELEASE :star: New Features Refine CachedIntrospectionResults property introspection #28446 :lady_beetle: Bug Fixes Ignore invalid STOMP frame #28444 v5.2.21.RELEASE...

dependencies

Data at other URLs is also the same thing.. What is the problem....? help me... ![q1](https://user-images.githubusercontent.com/38673939/55847266-8dd68380-5b83-11e9-935e-9f44610f8e06.png)

Getting below error upon adding the code in app.js file of the sample application and unable to start the application. C:\APMTool_POC\pinpoint-node-agent-master\agent\commons\cls\index.js:66 throw exception; ^ TypeError: Cannot read property 'apply' of...

I have done the setup as mentioned and done required changes, and started the nodejs app. I can see that pinpoint has loaded successfully, and I can even see this...

你好: 1. Node Agent能不能用在react同构框架的nodejs中间层上? 2. 可以不用写插件,直接在业务代码里面插入跟踪的内容吗? 3. 如何给node-fetch的fetch方法添加plugin呢? 可以加个QQ或者微信吗?我的QQ:246900192

大大你好,项目里自带有几个插件,包括express的,请问要如何启用?还是说默认就已经生效了,需要怎么配置吗?

when the express plugin is added to the project ,the project will not be started successfully.

你好,请问我要开发一个axios插件的话需要哪些步骤呢? 多谢!!!

你好,接上agent之后在web端的拉选框里有这个应用,但是点开这个应用则显示there is no data.. 使用这个agent的方法是,我写里一个js文件,里面写了个http接口,然后程序开头引入agent,这个接口能正常访问,但是web就是没数据。 谢谢。