honeycombio/honeycomb-rails

Name: honeycomb-rails

Owner: Honeycomb

Description: Easily instrument your Rails apps with Honeycomb

Created: 2017-11-09 21:44:37.0

Updated: 2018-05-22 21:27:01.0

Pushed: 2018-05-22 21:27:00.0

Homepage: null

Size: 66

Language: Ruby

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

honeycomb-rails Build Status Gem Version

Easily instrument your Rails apps with Honeycomb.

Getting started

Add the following to your Gemfile:

'honeycomb-rails'

Then create a file in your application repo called config/initializers/honeycomb.rb with the following contents:

ycombRails.configure do |conf|
nf.writekey = 'your honeycomb writekey here'
nf.dataset = 'your app name'
nf.db_dataset = 'your app name-activerecord'

Now check out our guide to see what kind of visibility you can get from your app.

Configuration

See docs for available config options.

Documentation

See rubydoc for gem documentation.

Contributions

Features, bug fixes and other changes are gladly accepted. Please open issues or a pull request with your change. Remember to add your name to the CONTRIBUTORS file!

All contributions will be released under the Apache License 2.0.

Releasing a new version

Travis will automatically upload tagged releases to Rubygems. To release a new version, run

 bump:patch[tag]   # Or rake bump:minor[tag], etc.
push --follow-tags

This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.