Skip to content

newrelic/traces-backend-newrelic

traces-backend-newrelic

This is a New Relic backend implementation of the Traces gem.

Quick start

Add the gem to your project's Gemfile. This will also install newrelic_rpm, the New Relic Ruby agent. Note: This gem is only available via GitHub.

gem 'traces-backend-newrelic', github: 'newrelic/traces-backend-newrelic'

and run bundle install to activate the new gem.

When starting your application, set the TRACES_BACKEND environment variable to traces/backend/newrelic.

TRACES_BACKEND=traces/backend/newrelic bundle exec rails s

Testing

TRACES_BACKEND=traces/backend/newrelic rspec

About

A New Relic backend implementation for https://github.com/socketry/traces

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages