0.1.19 • Published 3 years ago

rst-perfanalytics-js v0.1.19

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Usage

Install and use as a module in your application or include in as a script in your html and initialize.

npm install rst-perfanalytics-js
import PerfAnaylser from 'rst-perfanalytics-js';

new PerfAnaylser();

/*
 * It feeds http://localhost:8080/metrics by default,
 * optionally you may pass desired feed endpoint as a paremeter like:
 * new PerfAnaylser("http://someotherendpoint");
 */

or

<script src="https://unpkg.com/rst-perfanalytics-js@0.1.9/dist/index.js"></script>
<script>
  var anlytics = new PerfAnalytics();
</script>
0.1.14

3 years ago

0.1.15

3 years ago

0.1.16

3 years ago

0.1.17

3 years ago

0.1.18

3 years ago

0.1.19

3 years ago

0.1.10

3 years ago

0.1.11

3 years ago

0.1.12

3 years ago

0.1.13

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago