273274275276277278279280281282283
if (this.verbose) { optionsBuilder.option(MONITOR_OPTION_NAME, new HashMap<Object, Object>()); } attributesBuilder.attributes(getAttributes()); optionsBuilder.attributes(attributesBuilder.get()); return optionsBuilder.get(); }