Legion::Extensions::Influxdb

Used to connect Legion with InfluxDB

Installation

Add this line to your application's Gemfile:

gem 'lex-influxdb'

And then execute:

$ bundle install

Or install it yourself as:

$ gem install lex-influxdb

Adding to Legion

You can manually install with a gem install lex-influxdb command or by adding it into your settings with something like this

{
  "extensions": {
    "influxdb": {
      "enabled": true, "workers": 1
    }
  }
}

Usage

To be updated

License

The gem is available as open source under the terms of the MIT License.