Repository is archived
No commit activity in last 3 years
No release in over 3 years
Allows metric data collected by with the Metriks gem to be reported to your New Relic account via a running New Relic Ruby agent.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0

Runtime

 Project Readme

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".