2.0.0 • Published 8 years ago

hobknob-toggle-logger-influx v2.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

Hobknob Toggle Logger for InfluxDB

Build Status

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"
  ]
2.0.0

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago