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
HadoopHttp library class doesn't recursely walk the JMX JSON properly for Hadoop / HBase and therefore doesn't extract all the metrics.
For example it doesn't extract LastGCInfo duration which is really important for monitoring GC Pause times (GCTimeMillis just doesn't cut it), since the 'value' of the field is json it fails the is_numeric() check from utils and skips it entirely:
HadoopHttp library class doesn't recursely walk the JMX JSON properly for Hadoop / HBase and therefore doesn't extract all the metrics.
For example it doesn't extract LastGCInfo duration which is really important for monitoring GC Pause times (GCTimeMillis just doesn't cut it), since the 'value' of the field is json it fails the is_numeric() check from utils and skips it entirely:
This will affect all the Hadoop and HBase plugins.
The text was updated successfully, but these errors were encountered: