Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The following table provides all currently available remote sensors

Remote Sensor

Type

Technology

Library / FrameworkDescription

Remote HTTP Java Server Sensor

ServerHTTPJava Servlet API (version 2.x & up)Intercepts server requests served with Java Servlet API.
Remote Apache HTTP Client SensorClientHTTPApache HttpComponents Client (version 4.x)Intercepts client requests made with Apache HTTP Client. Compatible with all 4.x versions.
Remote Jetty HTTP Client SensorClientHTTPJetty Http Client (versions 6.x, 7.x & 8.x)Intercepts client requests made with Jetty HTTP Client. Compatible with versions 6.x, 7.x & 8.x. Not compatible with latest versions of Jetty Client.
Remote URL Connection Client SensorClientHTTPJava URL Connection (Java 6+)Intercepts client requests made with Java URL connection. Independent of Java version used.
Remote Spring Template Client SensorClientHTTPSpring Template (version 3.x & 4.x)Intercepts client requests made with Spring RestTemplate wrapper. Helpful if you use Spring RestTemplate with a Netty, OkHttp or Async Apache HTTP client as underlying request factory.
Remote JMS Listener Server SensorServerJMSJava Message Service API (version 1.x & up)Intercepts JMS message receiving via Message Listener.
Remote JMS Client SensorClientJMSJava Message Service API (version 1.x & up)Intercepts JMS message sending via Message Producer.
Remote Manual Server SensorServer--Intercepts server requests independent of technology and library/framework. Useful to mark custom trace start points, for example at the begging of the batch job.