Skip to content

Commit

Permalink
Add Yabeda configuration instruction into README. Fixes #10
Browse files Browse the repository at this point in the history
  • Loading branch information
Envek committed Aug 21, 2020
1 parent ab45ad7 commit d73c9b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,14 @@ And then execute:

$ bundle

If you're not on Rails then configure Yabeda after your application was initialized:

```ruby
Yabeda.configure!
```

_If you're using Ruby on Rails then Yabeda will configure itself automatically!_

**And that is it!** Sidekiq metrics are being collected!

Additionally, depending on your adapter, you may want to setup metrics export. E.g. for [yabeda-prometheus]:
Expand Down

0 comments on commit d73c9b0

Please sign in to comment.