]
Galder Zamarreño commented on ISPN-4076:
----------------------------------------
Tomas, any updates on this?
RHQ server plugin: bytesRead and bytesWritten stats are broken
--------------------------------------------------------------
Key: ISPN-4076
URL:
https://issues.jboss.org/browse/ISPN-4076
Project: Infinispan
Issue Type: Bug
Components: JMX, reporting and management
Affects Versions: 7.0.0.Alpha1
Reporter: Tomas Sykora
Assignee: Tomas Sykora
Labels: 630
Fix For: 7.0.0.Alpha2, 7.0.0.Final
resource path: subsystem=endpoint
and underlined connectors provides statistics: bytesRead, bytesWritten.
However plugin asks for bytes-read and bytes-written which is wrong. Small change in map
in MetricsRemappingComponent is needed.
+ We will remove monitoring of those statistics for REST endpoint, as this endpoint does
not provide those statistics at all.