You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[adapters] Report transaction commit progress through global_stats.
Until now, transaction commit progress has been reported through the
pipeline's log, which makes it unavailable in any reasonable way through
the API, to the web console, and so on. This commit adds transaction
commit progress to global stats and to Prometheus metrics.
Issue: #5245
Signed-off-by: Ben Pfaff <blp@feldera.com>
Remove version from release artifact filenames except compiler .jar
Break up feldera-binaries-* artifact
Other review fixes
Signed-off-by: Karakatiza666 <bulakh.96@gmail.com>