0.0.8 • Published 2 years ago

pg-cli-monitoring v0.0.8

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

2 years ago

0.0.7

2 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago