When I query  the metrics from the REST API /idp/profile/admin/metrics/resolver I get a response similar to the following. But why are the counters and timers elements empty ? What am I missing in the configuration?

<pre>
{
   "version":"3.0.0",
   "gauges":{
      "net.shibboleth.idp.attribute.resolver.failure":{
         "value":{

         }
      },
      "net.shibboleth.idp.attribute.resolver.reload.attempt":{
         "value":"2018-11-05T11:56:45.489Z"
      },
      "net.shibboleth.idp.attribute.resolver.reload.error":{
         "value":null
      },
      "net.shibboleth.idp.attribute.resolver.reload.success":{
         "value":"2018-11-05T11:56:45.489Z"
      }
   },
   "counters":{

   },
   "histograms":{

   },
   "meters":{

   },
   "timers":{

   }
}
</pre>

        
        
        
<br/><hr align="left" width="300" />
Sent from the <a href="http://shibboleth.1660669.n2.nabble.com/Shibboleth-Users-f1660767.html">Shibboleth - Users mailing list archive</a> at Nabble.com.<br/>