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)
- Host: GitHub
- URL: https://github.com/ged/strelka-metriks
- Owner: ged
- Created: 2012-03-13T18:05:56.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2012-03-16T01:39:25.000Z (over 14 years ago)
- Last Synced: 2025-02-10T20:57:08.600Z (over 1 year ago)
- Language: Ruby
- Homepage: http://deveiate.org/projects/Strelka/Plugins
- Size: 97.7 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.rdoc
- Changelog: History.rdoc
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.