README.md

    SkyWalking Node.js

    Sky Walking logo

    SkyWalking Node.js is the Node.js instrumentation agent, which is compatible with Apache SkyWalking(Incubating) APM backend and others compatible agents/SDKs.

    Build Status

    Quick Start

    Installation

    Add the skywalking-nodejs module as a dependency to your application:

    npm install skywalking-nodejs@latest --save

    Initialization

    It’s important that the agent is started before you require any other modules in your Node.js application. and you should require and start the agent in your application’s main file.

    require('skywalking-nodejs').start({
        // Application code is showed in sky-walking-ui. Suggestion: set an unique name for each application, one
        // application's nodes share the same code.
        // this value cannot be empty.
        applicationCode: 'test',
        // Collector agent_gRPC/grpc service addresses.
        // default value: localhost:11800
        directServers: 'localhost:11800'
    });

    Support List

    1. Http
    2. Mysql

    Contact Us

    License

    Apache 2.0

    项目简介

    The NodeJS server side agent for Apache SkyWalking

    发行版本

    当前项目没有发行版本

    贡献者 10

    开发语言

    • JavaScript 98.9 %
    • Shell 1.1 %