Sha256: 32dbf4f75a898a30bbcc0350f7eb030408c8ea46bc6aa5ba664b78c2132e93b9

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 KB

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

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
* Sidekiq: Client and server tracing
* Rack: Middleware for request tracing
* ViewComponent: Component rendering (needs [additional configuration](https://viewcomponent.org/guide/instrumentation.html))

## Installation

Add this line to your Gemfile:

```ruby
gem 'mnemosyne-ruby', '~> 1.0'
```

Note: Removing support for ancient Ruby or Rails versions will not result in a new major. Please be extra careful when using ancient Ruby or Rails versions and updating gems.

## 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

4 entries across 4 versions & 1 rubygems

Version Path
mnemosyne-ruby-1.17.0 README.md
mnemosyne-ruby-1.16.0 README.md
mnemosyne-ruby-1.15.0 README.md
mnemosyne-ruby-1.14.0 README.md