Need health stats for Axon

I need to find out open, waiting commands but when ran the /actuator/health it is only showing below, no other details are coming, this is with standard edition.

{“status”:'UP"}

It looks like you are running an older version of Axon Server, as from version 4.5 the details are already shown. In earlier versions you can add the following property to the axonserver.properties file to get the details:

management.endpoint.health.show-details=always

Thanks, we are using Kubernetes, Axon ticket responded with required format for parameter you suggested.

name: MANAGEMENT_ENDPOINT_HEALTH_SHOWDETAILS
value: “always”