Ma77Ball opened a new issue, #5338: URL: https://github.com/apache/texera/issues/5338
Part of #4070. ### Goal Emit cardinality-safe workflow lifecycle metrics. ### Problem There are no workflow metrics, and a naive active-executions counter leaks (drifts up) when a run dies without recording a terminal event. ### Scope - `TexeraMetrics`: starts/completions/cancellations/duration with a fixed label set. - `active` as an OBSERVABLE gauge sourced from the live execution registry (cannot leak). - Class only; emission wiring lands with engine/web integration. Stacked on pr3. Branch: `obs/pr4/metrics-emit` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
