smallrye / smallrye-health

Home Page:https://smallrye.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NonHeapMemoryHealthCheck produces a check named "heap-memory"

jmartisk opened this issue · comments

For example:

        {
            "name": "heap-memory",
            "status": "UP",
            "data": {
                "max %": "0.456",
                "max": -1,
                "used": 55086480
            }
        }

The name should be non-heap-memory to be able to distinguish this check from HeapMemoryHealthCheck