Skip to content

Commit

Permalink
opencensus
Browse files Browse the repository at this point in the history
  • Loading branch information
Shivam Sinha committed Apr 26, 2020
1 parent cf5f348 commit 2de541b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@

# Ignore master key for decrypting credentials and more.
/config/master.key

/.idea/*
/db/.DS_Store
.DS_Store
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,4 @@ end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]
gem "opencensus"
4 changes: 3 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,7 @@ GEM
nio4r (2.3.1)
nokogiri (1.8.2)
mini_portile2 (~> 2.3.0)
opencensus (0.5.0)
ovirt-engine-sdk (4.2.4)
json (>= 1, < 3)
public_suffix (3.0.2)
Expand Down Expand Up @@ -414,6 +415,7 @@ DEPENDENCIES
jbuilder (~> 2.5)
listen (>= 3.0.5, < 3.2)
mini_magick
opencensus
puma (~> 3.11)
rails (~> 5.2.0)
rails-controller-testing
Expand All @@ -432,4 +434,4 @@ RUBY VERSION
ruby 2.4.1p111

BUNDLED WITH
1.16.1
1.17.3

0 comments on commit 2de541b

Please sign in to comment.