hobknob-toggle-logger-influx
v2.0.0
Published
log toggle events to influxdb
Downloads
5
Readme
Hobknob Toggle Logger for InfluxDB
Uses feature-hooks in hobknob to write toggle change events to influxdb.
Configuration
config.json
{
"host": "127.0.0.1",
"port": 8086,
"database": "my_database",
"username": "user",
"password": "password",
"tags": {
"env": "test" // optional tags for the measurement
},
"prefix": "foo.bar" // optional prefix for measurement names
}
Hobknob Configuration
"hooks": [
"foo/some/other/hook.js",
"node_modules/hobknob-toggle-logger-influx/index.js"
]