SkyAPM-nodejs icon indicating copy to clipboard operation
SkyAPM-nodejs copied to clipboard

The NodeJS server side agent for Apache SkyWalking

Results 33 SkyAPM-nodejs issues
Sort by recently updated
recently updated
newest added

安装完如下模块后https://www.npmjs.com/package/skyapm-nodejs 版本 [email protected]@skyapm-nodejs 在执行文件require-module-hook.js里代码时如果是egg模块无法进入如下图回调函数(requireCallback),如果是http模块正常走requireCallback方法 ![image](https://user-images.githubusercontent.com/11737292/112125153-1712e380-8bfe-11eb-981c-5f8574b40e8a.png)

Hi , I'm passing authorisation token in meta data from the node js agent and OAP server checks if the token is valid or not and if it is not...

You can write down the framework or component you want to support, and I will try my best thing to support it。 The format of the message: **Support framework**: egg...

enhancement

When trying to connect to the collector, The agent needs to add a certificate, so I made the following changes ``` RemoteClient.prototype.connectRemote = function(directServer) { const filePath = path.join(__dirname, "../ca.crt");...

enhancement

add index.d.ts to support typescript

node version v8.16.2 [email protected] My script file is as follows: ``` console.log("SW_AGENT_NAME:" + process.env.SW_AGENT_NAME) console.log("SW_AGENT_COLLECTOR_BACKEND_SERVICES:" + process.env.SW_AGENT_COLLECTOR_BACKEND_SERVICES) require('skyapm-nodejs').start({ // Service name is showed in sky-walking-ui. Suggestion: set an unique name...

本机没有问题,但部署到正式环境就会出现Segmentation fault (core dumped)问题,这是什么原因?

Is there a plan to support typescript ?