in spectator/registry.h [255:260]
IdPtr final_id(const IdPtr& id) { if (extra_tags_.size() > 0) { return id->WithTags(extra_tags_); } return id; }