How to enable metrics in vault ui

Hi,

I have locked down the policies for my ‘admin’ user. Now that metrics are shown in the UI for the root user (since recent release) I want to have my admin user see those metrics too.
I added a policy:

# Read metrics
path "sys/metrics"
{
  capabilities = ["read"]
}

and in the console in the UI I can do 'read sys/metrics and it reports the metrics.
However in the UI under server status it is not shown:

Any ideas anybody how to get it to show?

thanks

So one hour later I find it explained here:

3 Likes