Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cs_comments_service
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
cs_comments_service
Commits
3eb01ff1
Commit
3eb01ff1
authored
Jul 25, 2016
by
Robert Raposa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update new relic agent and fix.
parent
6a443e79
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
Gemfile.lock
+1
-1
presenters/thread_utils.rb
+4
-1
No files found.
Gemfile.lock
View file @
3eb01ff1
...
...
@@ -90,7 +90,7 @@ GEM
rake
multi_json (1.11.2)
netrc (0.10.3)
newrelic_rpm (3.1
5.0.314
)
newrelic_rpm (3.1
6.0.318
)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)
pkg-config (~> 1.1.7)
...
...
presenters/thread_utils.rb
View file @
3eb01ff1
require
'new_relic/agent/method_tracer'
module
ThreadUtils
def
self
.
get_endorsed
(
threads
)
...
...
@@ -39,9 +41,10 @@ module ThreadUtils
read_states
end
extend
self
class
<<
self
include
::
NewRelic
::
Agent
::
MethodTracer
add_method_tracer
:get_read_states
add_method_tracer
:get_endorsed
end
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment