Skip to content

RTC Stats の session パネルの表示条件クエリから時間フィルタを削除する#5

Merged
miosakuma merged 1 commit intodevelopfrom
feature/remove-timestamp-from-session-query
Mar 17, 2026
Merged

RTC Stats の session パネルの表示条件クエリから時間フィルタを削除する#5
miosakuma merged 1 commit intodevelopfrom
feature/remove-timestamp-from-session-query

Conversation

@miosakuma
Copy link
Contributor

Grafana の RTC Stats の session パネルと Connections の session_webhook 条件から時間フィルタを除いています。


This pull request updates the SQL queries in the grafana/dashboards/kohaku/rtc-stats.json dashboard to remove the use of the Grafana time filter ($__timeFilter). Now, queries filter only by session_id. This change ensures that the queries always return the most recent data for a given session, regardless of the dashboard's time range selection.

Dashboard query updates:

  • Removed the $__timeFilter condition from the main session stats query to always fetch the latest session data by session_id.
  • Removed the $__timeFilter condition from the connections list query to ensure it retrieves the latest connections for the specified session_id.

@miosakuma miosakuma requested a review from Hexa March 12, 2026 14:14
Copy link
Contributor

@Hexa Hexa left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM です

@miosakuma
Copy link
Contributor Author

確認ありがとうございます、マージします。

@miosakuma miosakuma merged commit 090b967 into develop Mar 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants