Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 366 Bytes

File metadata and controls

24 lines (16 loc) · 366 Bytes

Pyroscope Ruby Gem

Ruby integration for Pyroscope continuous profiling platform.

Installation

gem install pyroscope

Usage

require 'pyroscope'

Pyroscope.configure do |config|
  config.application_name = "my.ruby.app"
  config.server_address = "http://localhost:4040"
end

License

Apache-2.0