@yunflyjs/yunfly-plugin-apm
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

@yunflyjs/yunfly-plugin-apm

yunfly apm plugin.

Usage

  1. install
yarn add @yunflyjs/yunfly-plugin-apm
  1. declare plugins in config/config.plugin.ts
/**
 * yunfly plugin
 */
const plugins: {[key:string]: string}[] = [
  {
    name: 'jwt',
    package: '@yunflyjs/yunfly-plugin-apm'
  }
];
// 
export default plugins;
  1. enable plugins in config/config.default.ts
config.apm = {
  active: true,
}

api

  • getApm

get apm object.

Contribution

Contributions are extremely welcomed by our team, you can contribute to this repository by several ways below.

Readme

Keywords

Package Sidebar

Install

npm i @yunflyjs/yunfly-plugin-apm

Weekly Downloads

1

Version

0.0.1

License

MIT

Unpacked Size

9.92 kB

Total Files

12

Last publish

Collaborators

  • wangweianger