Skip to content

Commit

Permalink
chore: update grafana
Browse files Browse the repository at this point in the history
Signed-off-by: MrCroxx <[email protected]>
  • Loading branch information
MrCroxx committed Apr 3, 2024
1 parent 8eccfee commit 594111d
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docker/dashboards/risingwave-dev-dashboard.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docker/dashboards/risingwave-user-dashboard.json

Large diffs are not rendered by default.

16 changes: 10 additions & 6 deletions grafana/risingwave-dev-dashboard.dashboard.py
Original file line number Diff line number Diff line change
Expand Up @@ -3667,21 +3667,25 @@ def section_memory_manager(outer_panels):
],
),
panels.timeseries_count(
"LRU manager watermark steps",
"LRU manager eviction policy",
"",
[
panels.target(
f"{metric('lru_watermark_step')}",
f"{metric('lru_eviction_policy')}",
"",
),
],
),
panels.timeseries_ms(
"LRU manager diff between watermark_time and now (ms)",
"watermark_time is the current lower watermark of cached data. physical_now is the current time of the machine. The diff (physical_now - watermark_time) shows how much data is cached.",
panels.timeseries_count(
"LRU manager sequence",
"",
[
panels.target(
f"{metric('lru_physical_now_ms')} - {metric('lru_current_watermark_time_ms')}",
f"{metric('lru_latest_sequence')}",
"",
),
panels.target(
f"{metric('lru_watermark_sequence')}",
"",
),
],
Expand Down
2 changes: 1 addition & 1 deletion grafana/risingwave-dev-dashboard.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion grafana/risingwave-user-dashboard.json

Large diffs are not rendered by default.

0 comments on commit 594111d

Please sign in to comment.