Socket
Socket
Sign inDemoInstall

yach.ext.elk

Package Overview
Dependencies
Maintainers
10
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yach.ext.elk

yach ext: upload elk data


Version published
Weekly downloads
35
increased by169.23%
Maintainers
10
Weekly downloads
 
Created
Source

yach.ext.elk

yach 性能埋点 sdk

Owner

李传庆(119155)

安装

$ npm i yach.ext.elk

使用

import _elk from 'yach.ext.elk';

const elk = _elk({
    project: '13-im', // 必传  项目名称
    group: 'yach', // 可选  组名称 默认yach
});

// page为性能的标识,time为性能耗时
elk.uploadELKPageData((page: string), (time: number));

// url为后端api地址,time为后端api耗时地址
elk.uploadELKApiData((url: string), (time: number));

// 声网
elk.uploadELKAgoraData((args: { ... }));

version

0.0.9.20201224

  1. 添加共用方法 uploadELKUniversalData

0.0.8.20201103

  1. nuc

0.0.7.20201023

  1. ncu

0.0.6.20200901

  1. 无需暴露的方法静态化
  2. 治理文档,标准化

0.0.5.20200727

  1. yach.util.data --> yach.ext.elk
  2. yachData --> elk

0.0.4.20200705

  1. 更新 readme 文档

0.0.3.20200704

  1. 更新 readme 文档

0.0.2.20200701

  1. 增加初始化实例,使用方法变更,非向下兼容

0.0.1.20200608

  1. init project
  2. upload elk data

FAQs

Package last updated on 24 Dec 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc