Skip to content

Latest commit

 

History

History
150 lines (128 loc) · 8.01 KB

metrics.md

File metadata and controls

150 lines (128 loc) · 8.01 KB

Bookmarks tagged [metrics]

https://www.youtube.com/watch?v=juP9VApKy_I

Adrian talks about often confused telemetry tools: Logging, Metrics and Distributed Tracing. He shows how to capture latency using each of those tools and how they work differently. Through examples a...


https://github.com/ooyala/barkeep

Barkeep is a fast, fun way to review code. Engineering organizations can use it to keep the bar high.


https://github.com/presidentbeef/brakeman

A static analysis security vulnerability scanner for Ruby on Rails applications.


https://github.com/square/cane

Code quality threshold checking as part of your build.


https://github.com/danmayer/coverband

Rack middleware to help measure production code coverage.


https://github.com/DamirSvrtan/fasterer

Make your Rubies go faster with this command line tool highly inspired by fast-ruby and Sferik's talk at Baruco Conf.


https://github.com/seattlerb/flay

Flay analyzes code for structural similarities. Differences in literal values, variable, class, method names, whitespace, programming style, braces vs do/end, etc are all ignored. Making this totally ...


https://github.com/seattlerb/flog

Flog reports the most tortured code in an easy to read pain report. The higher the score, the more pain the code is in.


https://gitlab.com/coraline/fukuzatsu###fukuzatsu

Complexity analysis tool with a rich web front-end.


https://github.com/metricfu/metric_fu

A fist full of code metrics.


https://github.com/tcopeland/pippi

A utility for finding suboptimal Ruby class API usage, focused on runtime analysis.


https://github.com/mmozuras/pronto

Quick automated code review of your changes.


https://github.com/railsbp/rails_best_practices

A code metric tool for rails projects.


https://github.com/troessner/reek

Code smell detector for Ruby.


https://github.com/rubocop-hq/rubocop

A static code analyzer, based on the community Ruby style guide.


https://github.com/whitesmith/rubycritic

A Ruby code quality reporter.


https://github.com/github/scientist

A Ruby library for carefully refactoring critical paths.


https://github.com/colszowka/simplecov

Code coverage for Ruby 1.9+ with a powerful configuration library and automatic merging of coverage across test suites.


https://github.com/testdouble/suture

A Ruby gem that helps you refactor your legacy code.


https://github.com/amatsuda/traceroute

A Rake task gem that helps you find the dead routes and actions for your Rails 3+ app


https://github.com/resilience4j/resilience4j

Resilience4j is a fault tolerance library designed for Java8 and functional programming - resilience4j/resilience4j