-
Notifications
You must be signed in to change notification settings - Fork 142
chore: update dashboards #3655
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: update dashboards #3655
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
3 Skipped Deployments
|
How to use the Graphite Merge QueueAdd the label merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Pull Request Review: Dashboard UpdatesSummaryThis PR updates Grafana dashboard configurations across multiple docker development environments. The changes primarily involve formatting (array syntax) and replacing deprecated $__conditionalAll with standard ClickHouse array syntax. Critical Issues🔴 SQL Syntax Error in traces.json (ALL environments)Location: rawSql query in traces.json files (line ~731 in template) Issue: Malformed SQL query with syntax error: TraceId IN array($trace_id), $trace_id)Problem: This has an extra
Expected (likely): TraceId IN array($trace_id)OR if conditional logic is needed: $__conditionalAll(TraceId IN array($trace_id), $trace_id)Impact: This query will fail at runtime when the "Error rates" panel tries to load data. The dashboard will show an error for this visualization. Files affected (all 6 copies):
Other Issues
|
More templates
@rivetkit/cloudflare-workers
@rivetkit/db
@rivetkit/framework-base
@rivetkit/next-js
@rivetkit/react
rivetkit
@rivetkit/sql-loader
@rivetkit/engine-runner
@rivetkit/engine-runner-protocol
commit: |
36bd554 to
0956f01
Compare
Merge activity
|

No description provided.