Skip to content

Commit 4c6fa01

Browse files
committed
Fix javadoc
1 parent 35e6850 commit 4c6fa01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commercetools/commercetools-monitoring-newrelic/src/main/java/com/commercetools/monitoring/newrelic/NewRelicTelemetryMiddleware.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@
2525
*
2626
* The middleware adds the following metrics to Newrelic:
2727
* <ul>
28-
* <li>commercetools.client.duration: The duration of the request in milliseconds</li>
29-
* <li>commercetools.client.total_requests: The total number of requests</li>
30-
* <li>commercetools.client.error_requests: The total number of requests with a status code greater or equal to 400</li>
28+
* <li>Custom/Commercetools/Client/Duration: The duration of the request in milliseconds</li>
29+
* <li>Custom/Commercetools/Client/Request/Total: The total number of requests</li>
30+
* <li>Custom/Commercetools/Client/Request/Error: The total number of requests with a status code greater or equal to 400</li>
3131
* </ul>
3232
*
3333
* <p>The metrics are added as metric timeslice data, therefore an APM is expected in the application.</p>

0 commit comments

Comments
 (0)