README.md in instana-0.8.1 vs README.md in instana-0.8.2

- old
+ new

@@ -4,10 +4,13 @@ # Instana The Instana gem provides Ruby metrics for [Instana](https://www.instana.com/). +[![Build Status](https://travis-ci.org/instana/ruby-sensor.svg?branch=master)](https://travis-ci.org/instana/ruby-sensor) +[![Gem Version](https://badge.fury.io/rb/instana.svg)](https://badge.fury.io/rb/instana) + ## Note This gem is currently in beta and supports Ruby versions 2.0 or greater. Any and all feedback is welcome. Happy Ruby visibility. @@ -40,9 +43,13 @@ ```Ruby ::Instana.config[:metrics][:gc][:enabled] = false ``` Current components are `:gc`, `:memory` and `:thread`. + +## Documentation + +You can find more documentation covering supported components and minimum versions in the Instana [documentation portal](https://instana.atlassian.net/wiki/display/DOCS/Ruby). ## Development After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.