Skip to content

Commit

Permalink
Merge pull request #291 from igorbozato/remove_metriks_support
Browse files Browse the repository at this point in the history
Remove metriks support
  • Loading branch information
jnunemaker committed Sep 26, 2017
2 parents 809294b + 1e7fae6 commit c4a2156
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 80 deletions.
1 change: 0 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ end

gem 'pry'
gem 'rake', '~> 10.4.2'
gem 'metriks', '~> 0.9.9'
gem 'shotgun', '~> 0.9'
gem 'statsd-ruby', '~> 1.2.1'
gem 'rspec', '~> 3.0'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Of course there are more [examples for you to peruse](examples/). You could also

* [Gates](docs/Gates.md) - Boolean, Groups, Actors, % of Actors, and % of Time
* [Adapters](docs/Adapters.md) - Mongo, Redis, Cassandra, Active Record...
* [Instrumentation](docs/Instrumentation.md) - ActiveSupport::Notifications, Statsd and Metriks
* [Instrumentation](docs/Instrumentation.md) - ActiveSupport::Notifications and Statsd
* [Optimization](docs/Optimization.md) - Memoization middleware and Cache adapters
* [Web Interface](docs/ui/README.md) - Point and click...
* [API](docs/api/README.md) - HTTP API interface
Expand Down
6 changes: 0 additions & 6 deletions lib/flipper/instrumentation/metriks.rb

This file was deleted.

20 changes: 0 additions & 20 deletions lib/flipper/instrumentation/metriks_subscriber.rb

This file was deleted.

52 changes: 0 additions & 52 deletions spec/flipper/instrumentation/metriks_subscriber_spec.rb

This file was deleted.

0 comments on commit c4a2156

Please sign in to comment.