Dashboard
9 items tagged with "dashboard"
Tutorials5
How to Build a Grafana Dashboard from Prometheus Metrics
Connect Grafana to Prometheus and build a service dashboard with RED-method panels, variables, and provisioning as code.
Connect the CLI to Vibgrate Cloud with vg login
Sign the Vibgrate CLI into your workspace from the browser with vg login, with no DSN to copy or paste, then push scan results.
Push Scan Results to Vibgrate Cloud
Upload your local scan results to Vibgrate Cloud with vg push or vg scan --push so the whole team can see drift trends in one dashboard.
View Drift on the Vibgrate Cloud Dashboard
After pushing a scan, learn to read your DriftScore, risk levels, and drift contributors on the Vibgrate Cloud dashboard.
Export JSON for Custom Dashboards
Produce machine-readable JSON with vg scan --format json or vg report --format json and feed your DriftScore into custom dashboards and BI tools.
FAQs4
What does Vibgrate Cloud show?
Vibgrate Cloud provides a shared view of drift across your projects, including historical trend charts, portfolio-level risk assessment, and team visi...
How do I upload scan results to the dashboard?
Use vibgrate push after running a scan, or combine them with vg scan --push. The DSN is read from VIBGRATE_DSN environment variable or pass with --dsn...
How do I generate a DSN token?
Run vibgrate dsn create --workspace ws-abc123 to generate an HMAC-signed DSN token. Use --region eu for EU data residency. Use --write .vibgrate/.dsn ...
What does --strict do on the push command?
When --strict is set, the push command exits with error code if the dashboard upload fails (network error, authentication problem, etc.). Without --st...