in src/meter/id.ts [63:65]
private replace_invalid_chars(s: string): string { return s.replace(this.INVALID_CHARS, "_"); }