]
Tomas Sykora commented on ISPN-4076:
------------------------------------
Ah, thanks for bringing this to our attention again!
I will need to look into it during next 2 weeks and re-try with latest bits.
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
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.