Skip to content
This repository has been archived by the owner on Apr 11, 2019. It is now read-only.

newrelic/metriks-reporter-new_relic

Repository files navigation

Metriks::Reporter::NewRelic

Allows metric data collected by with the Metriks gem to be reported to your New Relic account via a running New Relic Ruby agent.

Usage

require 'metriks/reporter/new_relic'

Metriks::Reporter::NewRelic.start

Metric data will be available via custom dashboards in the "Custom" namespace. If you record some timer data like this:

Metriks.timer('some.time') do
  something(that, takes).a.while
end

It will be recorded in New Relic as "Custom/some/time".

About

Metriks::Reporter to send collected data to a New Relic account

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages