SkyAPM-nodejs
The NodeJS server side agent for Apache SkyWalking
File Explorer
Download Latest Version (.zip)- build.yaml
- test.yaml
- compatibility-list.md
- deploy.md
- how-to-active-agent-log.org
- how-to-deploy-agent-in-egg-framework.md
- install-agent.md
- PluginTest.md
- quick-start.md
- README.md
- cross-serverA.js
- cross-serverB.js
- README.md
- README.md
- server.js
- index.js
- index.js
- dictionary-manager.js
- endpoint-dictionary.js
- endpoint.js
- network-address-dictionary.js
- index.js
- index.js
- application.js
- index.js
- constants.js
- egg_loader.js
- file_loader.js
- index.js
- http.js
- index.js
- mysql.js
- Connection.js
- index.js
- constants.js
- plugin-manager.js
- plugin.js
- index.js
- register-service.js
- remote-client-service.js
- trace-send-service.js
- component-define.js
- context-carrier.js
- context-manager.js
- key-value-pair.js
- log-data-entity.js
- noop-span.js
- noop-trace-context.js
- noop-trace-segment.js
- span-layer.js
- span.js
- tags.js
- trace-context.js
- trace-segment-id.js
- trace-segment-ref.js
- trace-segment.js
- hashset.js
- index.js
- agent.js
- require-module-hook.js
- base-compose.yml
- Dockerfile.tool
- index.js
- docker-compose.yml
- Dockerfile.agent
- expected.data.yml
- http.test.js
- serverA.js
- serverB.js
- .dockerignore
- .eslintrc
- .npmignore
- .npmrc
- copyright.js
- index.js
- package.json
- proto
- README.md
- .eslintrc
- .npmignore
- .npmrc
- copyright.js
- index.js
- package.json
- README.md
- .gitignore
- .gitmodules
- LICENSE
- README.md
# Installation Guide
1. Get the code
git clone https://github.com/SkyAPM/SkyAPM-nodejs
Downloads the entire project code from GitHub to your computer.
cd SkyAPM-nodejs
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
β οΈ This is a large repository, so this method may point to an internal sub-package rather than the actual core product. Check the full README as well.
cd modules/nodejs-agent
This project's files live in a subfolder, so move into it first.
npm install
Downloads and installs the libraries listed in package.json.
npm start
Starts the development/run server.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
// repository documentation
Was this content helpful?
(0 ratings)
