Query Metrics & Logs
Query raw metrics and logs data from GreptimeDB
TensorFusion deployed with GreptimeDB by default, you can deep dive to metrics and logs by query raw TSDB data.
kubectl port-forward -n tensor-fusion-sys svc/greptime 4000:4000Open http://localhost:4000/dashboard in your browser.
You can query raw TSDB data by following SQL, all tables and fields are documented here:
SELECT * FROM tensor_fusion_cluster;Example output:
Note: If you configured GreptimeDB Cloud, you can query data from GreptimeDB Cloud Console directly.
TensorFusion Docs