An open API service indexing awesome lists of open source software.

https://github.com/ged/strelka-metriks

Metriks support for Strelka web apps (github mirror)
https://github.com/ged/strelka-metriks

Last synced: about 1 year ago
JSON representation

Metriks support for Strelka web apps (github mirror)

Awesome Lists containing this project

README

          

= strelka-metriks

* http://deveiate.org/projects/Strelka/wiki/Plugins

== Description

This is a plugin for Strelka web applications that adds convenient
statistics-gathering and reporting for common points in the request lifecycle
using the fantastic Metriks:https://github.com/eric/metriks/
library by Eric Lindvall.

== Installation

gem install strelka-metriks

== Usage

In your application:

class MyApp < Strelka::App

plugins :metriks

end # class MyApp

This will load Metriks

== License

Copyright (c) 2012, FIX
All rights reserved.