void setAttribute(String key, String value) { APM.setExecutionTraceAttribute(id, key, value); attributes[key] = value; }