protected forEachContainer(fn: (v: MonitorContainer) => any) {
    Object.keys(this.containers).forEach(key => fn(this.containers[key]));
  }