0.1.19 • Published 4 years ago

rst-perfanalytics-js v0.1.19

Weekly downloads
-
License
ISC
Repository
-
Last release
4 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

4 years ago

0.1.15

4 years ago

0.1.16

4 years ago

0.1.17

4 years ago

0.1.18

4 years ago

0.1.19

4 years ago

0.1.10

4 years ago

0.1.11

4 years ago

0.1.12

4 years ago

0.1.13

4 years ago

0.1.9

4 years ago

0.1.8

4 years ago

0.1.7

4 years ago

0.1.6

4 years ago

0.1.5

4 years ago

0.1.4

4 years ago