Details
-
Bug
-
Resolution: Done
-
Major
-
7.0.4.GA
-
None
Description
The undertow attributes: "processing-time" and "max-processing-time" do not have "unit" defined. For instance, if you execute:
/subsystem=undertow/server=default-server/http-listener=default:read-resource-description
this will return:
...
"max-processing-time" =>
,
"no-request-timeout" =>
,
"processing-time" => {
"type" => LONG,
"description" => "The total processing time of all requests handed by this listener",
"expressions-allowed" => false,
"nillable" => false,
"access-type" => "metric",
"storage" => "runtime"
...
According to the code:
https://github.com/undertow-io/undertow/blob/master/core/src/main/java/io/undertow/server/ConnectorStatisticsImpl.java#L63
attributes "processing-time" and "max-processing-time" should be shown as nano seconds.
I have just realised that only few attributes have "unit" defined - like "no-request-timeout" while the most of them is without it.
Attachments
Issue Links
- is cloned by
-
WFLY-8150 The undertow attributes: "processing-time" and "max-processing-time" do not have "unit" defined
-
- Closed
-