URI Based Entry Points

For almost every web-based framework or platform, there is a URI based business transaction entry point for user requests. App Agents automatically discover the following URI-based entry points:

  • Java Agent: Servlet entry points
  • .NET Agent: ASP.NET entry points
  • Node.js Agent: Node.js web entry points
  • Python Agent: Python web entry points

The Web server Agent can detect Web request entry points, but automatic discovery is turned off by default so an agent on a downstream node can name the transaction.

URI based entry points all have similar configuration options for Automatic Transaction Discovery and Custom Match rules.

For additional functionality that applies to servlets, see Servlet Entry Points.