Auron MetricNode periodic updates
Open
- Dominant language
- Rust
- Stars
- 1.8k
- Forks
- 241
- Avg merge
- 2d 14h
- Merged PRs (30d)
- 22
Description
Auron's current metric design is tailored for batch processing scenarios, where metrics are updated only after a task has completed.
However, in Flink environments, tasks are long-running, so we need to update metrics periodically.
For more details, see [rt.rs](https://github.com/apache/auron/blob/master/native-engine/auron/src/rt.rs)
Contributor guide
Assessment
This issue has not been assessed yet.