/numbat-influx

a numbat metrics adapter for influxdb

Primary LanguageJavaScriptISC LicenseISC

numbat-influx

An influx 0.9+ adapter for the numbat-powered metrics system.

npm Tests Coverage Dependencies

Usage

Pass it the same options you'd pass the node influx client.

The following additional options are respected:

  • requestTimeout - number of milliseconds to wait before timing out an http post to influxdb (passed on to request)
  • batchSize - number of points to accumulate before writing them as a batch to influxdb
  • batchTimeout - number of milliseconds to allow a batch to accumulate before writing it anyway

LICENSE

ISC