This class has a number of metrics variables that are publicly accessible; these variables (objects) have methods to update their values.
324325326327328329330
this, true); // metrics interval: using the same property as fserver. this.msgInterval = conf.getInt("wasp.fserver.msginterval", 3 * 1000); this.metricsMaster = new MetricsMaster(new MetricsMasterWrapperImpl(this)); }