influxdb-rails
influxdb-rails copied to clipboard
Ruby on Rails bindings to automatically write metrics into InfluxDB
With the following config: ```ruby InfluxDB::Rails.configure do |config| config.client.hosts = ['localhost'] config.client.port = 8086 config.client.username = 'root' config.client.password = 'pa$$word' config.client.auth_method = 'basic_auth' ``` When my app loads, I get...
fixes issue #173 'invalid number' error
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 1.57.2 Bug fixes #12274: Fix a false positive for Lint/Void when each's receiver...
Hello, I'm trying to connect my InfluxDb with my Rails app but I'm faced with this error; ``` WARN -- InfluxDB: Failed to contact host xxxxx: # ``` I made...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Like we did for 1.0 https://github.com/influxdata/influxdb-rails/wiki/1.0-Upgrade-Guide
https://github.com/rails/rails/pull/45977
https://github.com/rails/rails/pull/40058