You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: commercetools/commercetools-monitoring-newrelic/src/main/java/com/commercetools/monitoring/newrelic/NewRelicTelemetryMiddleware.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -25,9 +25,9 @@
25
25
*
26
26
* The middleware adds the following metrics to Newrelic:
27
27
* <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>
31
31
* </ul>
32
32
*
33
33
* <p>The metrics are added as metric timeslice data, therefore an APM is expected in the application.</p>
0 commit comments