We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b448e1 commit 2f927eaCopy full SHA for 2f927ea
plugins/plugin-codeflare-dashboard/src/controller/dashboard/status/Live.ts
@@ -134,7 +134,7 @@ export default class Live {
134
/** Add `line` to our circular buffer `this.lines` */
135
private pushLine(line: string, metric: WorkerState, timestamp: number) {
136
const key = line
137
- .replace(/\s*(\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\dZ)\s*/, "{timestamp}")
+ .replace(/\s*(\d\d\d\d-\d\d-\d\dT\d\d:\d\d:\d\d(\.\d+)?Z)\s*/, "{timestamp}")
138
.replace(/pod\/torchx-\S+ /, "") // worker name in torchx
139
.replace(/pod\/ray-(head|worker)-\S+ /, "") // worker name in ray
140
.replace(/\* /, "") // wildcard worker name (codeflare)
0 commit comments