Sha256: a07128da2c3dbb74217ba4389a4633696e932822f00877c38347bc0b05151aab
Contents?: true
Size: 929 Bytes
Versions: 1
Compression:
Stored size: 929 Bytes
Contents
# Mnemosyne The ruby client plugin for the Mnemosyne monitoring system. It extracts full application traces including cross-application requests for distributed applications (services etc.). Currently supported probes: * Acfs: Remote calls including tracing middleware * ActionController: Processing actions and rendering * ActiveView: Template and Partial rendering * ActiveRecord: SQL query time * Grape: Endpoint run, filter and render times * Mnemosyne: Custom traces * Responders: render time * Restify: Remote calls including tracing middleware * Rack: Middleware for request tracing ## Installation Add this line to your application's Gemfile: ```ruby gem 'mnemosyne-ruby', '0.2.0' ``` And then execute: $ bundle Or install it yourself as: $ gem install mnemosyne ## Usage TODO ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mnemosyne-ruby-0.2.0 | README.md |