0.0.8 • Published 11 months ago

pg-cli-monitoring v0.0.8

Weekly downloads
-
License
ISC
Repository
-
Last release
11 months ago

pgmonitoring

A Node.js client for Pgmonitoring server .

This project is not usable yet and will be released soon .

Usage

const Pg_monitoring = require("pg-cli-monitoring")
Pg_monitoring.initial("API_KEY")

// Send Metric: Increments a stat by a value (default is 1)
Pg_monitoring.increment("metric_name")

Pg_monitoring.increment("metric_name" , 75)


// Send Metric: Decrements a stat by a value (default is 1)
Pg_monitoring.decrement("metric_name")

Pg_monitoring.decrement("metric_name" , 75)
0.0.8

11 months ago

0.0.7

1 year ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago