Created
November 8, 2011 20:03
-
-
Save samg/1348988 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
self.class.trace_execution_scoped(['External/servicename/all', 'External/allWeb']) do | |
#your service call code here | |
end | |
# "External/allWeb" will cause the calls to be included in the | |
# green "Web External" stripe of your response time graph. | |
# "External/servicename/all" will enable you to see specific | |
# metrics in the "External services" tab, such as calls per minute and average call time. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment