class AppDynamics::Backend::HTTP
Public Instance Methods
backend_name()
click to toggle source
# File lib/app_dynamics/backend/http.rb, line 12 def backend_name meta[:host] end
backend_type()
click to toggle source
# File lib/app_dynamics/backend/http.rb, line 8 def backend_type "HTTP" end
identifying_properties()
click to toggle source
# File lib/app_dynamics/backend/http.rb, line 16 def identifying_properties { "HOST" => meta[:host] } end