An open API service indexing awesome lists of open source software.

https://github.com/cdwv/influx-express

Influxdb nstrumentation for expressjs
https://github.com/cdwv/influx-express

Last synced: over 1 year ago
JSON representation

Influxdb nstrumentation for expressjs

Awesome Lists containing this project

README

          

# Usage

```
const express = require('express');
const InfluxReporter = require('influx-reporter');

InfluxReporter({
appName: 'my app name',
influx: {
host: "my.influx.host.domain",
port: 4444,
dbpath: "path.in.database"
}
}, express);
```

At the moment reporter uses only UDP.

# TODO

- Configurable report parameters;
- Creating flags;
- TCP support;
- Better instrumentation