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: spec/src/main/asciidoc/required-metrics.adoc
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -269,7 +269,9 @@ The MicroProfile Metrics runtime will track metrics from RESTful resource method
269
269
|Multi| true
270
270
|Tags| {class=%s1,method=%s2}
271
271
|Description| The number of invocations and total response time of this RESTful resource method since the start of the server.
272
-
|Notes|The `%s1` should be substituted with the fully qualified name of the RESTful resource class.
272
+
|Notes|With an asynchronous request the *timing* that is tracked by the REST metric must incorporate the time spent by the asynchronous call.
273
+
274
+
The `%s1` should be substituted with the fully qualified name of the RESTful resource class.
273
275
274
276
The `%s2` should be substituted with the name of the RESTful resource method and appended with its parameter types using an underscore `\_`. Multiple parameter types are appended one after another (e.g. `<methodName>_<paramType1>_<paramType2>`).
0 commit comments