LogoTensorFusion Docs
LogoTensorFusion Docs
HomepageDocumentation

Getting Started

OverviewKubernetes InstallVM/Server Install(K3S)Helm On-premises InstallHost/GuestVM InstallTensorFusion Architecture

Application Operations

Create WorkloadConfigure AutoScalingMigrate Existing WorkloadBest Practices

Customize AI Infra

Production-Grade DeploymentConfig QoS and BillingBring Your Own CloudManaging License

Maintenance & Optimization

Upgrade ComponentsSetup AlertsGPU Live MigrationPreload ModelOptimize GPU Efficiency

Troubleshooting

HandbookTracing/ProfilingQuery Metrics & Logs

Reference

Comparison

Compare with NVIDIA vGPUCompare with MIG/MPSCompare with Run.AICompare with HAMi

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:4000

Open 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.