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
Here is the Google groups conversation I started about this: https://groups.google.com/g/microprofile/c/pMiRRB4TJIk It confirms that, in this case, the metric data should include the entire operation, not simply the submission of it.
Environment Details
The MP spec contains an optional feature (which Helidon implements) for inferring a
@SimplyTimed
annotation on each JAX-RS endpoint.The spec https://download.eclipse.org/microprofile/microprofile-metrics-2.3/microprofile-metrics-spec-2.3.html has a very brief reference to "async":
Our implementation does not currently treat JAX-RS methods with
@Suspended AsyncResponse
parameters differently, although we pass the optional TCK.The spec is slightly vague on this point; I've asked for clarification in the MP Google group and the MP metrics Gitter group.
The text was updated successfully, but these errors were encountered: