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
Support DDL level graph, with output blocking ratio. This is basically the same as fragment graph. We can calculate output blocking ratio by just looking at the metrics for the dispatcher side between MVs.
Support DDL level graph, per schema, with output blocking ratio. This is basically the same as fragment graph. We can calculate output blocking ratio by just looking at the metrics for the dispatcher side between MVs.
Support throughput in stream graph. We can just track the max throughput seen so far, and let that be the max, then throughout the whole graph scale color codes between edges according to the max throughput.
Support moving from an MV into its fragment graph.
Verify it works for join amplification.
Verify it works for dirty agg group scenario.
Migrate the cloud dashboard.
Prometheus data source.
Support backpressure graph for creating MVs.
The text was updated successfully, but these errors were encountered:
Tracking for: #13481
risingwave/src/meta/src/dashboard/prometheus.rs
Line 150 in 4d0a201
risingwave/src/stream/src/executor/dispatch.rs
Lines 126 to 130 in 4d0a201
The text was updated successfully, but these errors were encountered: