| Interface | Description |
|---|---|
| MethodTracer |
A
MethodTracerFactory can return a MethodTracer to be notified when a method invocation finishes. |
| MethodTracerFactory |
A MethodTracerFactory is called when an instrumented method is invoked.
|
| Request |
Represents a web request.
|
| Response |
Represents a response to a web request.
|
| Class | Description |
|---|---|
| NewRelic |
The New Relic api.
|
| Annotation Type | Description |
|---|---|
| Trace |
If you annotate a method with the Trace annotation, it will be automatically measured by New Relic, with the
following metrics - call count - calls per minute - average call time - standard deviation call time - min and max
call time
Also these metrics will be traced inside the call scope of a named http transaction (e.g.
|