Skip to content

Commit

Permalink
Release 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jgraichen committed Feb 29, 2024
1 parent 18ec6d4 commit b6a8e3a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,30 +6,31 @@ Supported probes:

* Acfs: Remote calls including tracing middleware
* ActionController: Processing actions and rendering
* ActiveView: Template and Partial rendering
* ActionDispatch: Error capturing
* ActiveJob: Background job execution
* ActiveRecord: SQL query time
* ActiveView: Template and Partial rendering
* Faraday: HTTP client operations and tracing injection
* Grape: Endpoint run, filter and render times
* Mnemosyne: Custom traces
* Msgr: Event publishing and consumer processing
* Rack: Middleware for request tracing
* Redis: Client operations
* 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'
gem 'mnemosyne-ruby', '~> 2.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).
4 changes: 2 additions & 2 deletions lib/mnemosyne/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

module Mnemosyne
module VERSION
MAJOR = 1
MINOR = 17
MAJOR = 2
MINOR = 0
PATCH = 0
STAGE = nil

Expand Down

0 comments on commit b6a8e3a

Please sign in to comment.