Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sergey-cheperis committed Jun 16, 2024
1 parent 0a15eee commit e475382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vastai_collector_account.go
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ func newVastAiAccountCollector() *VastAiAccountCollector {
Namespace: namespace,
Name: "machine_inet_bps",
Help: "Measured internet speed, download or upload (direction = 'up'/'down')",
}, []string{"machine_id", "direction", "ip_address"}),
}, []string{"machine_id", "ip_address", "direction"}),
machine_per_gpu_teraflops: prometheus.NewGaugeVec(prometheus.GaugeOpts{
Namespace: namespace,
Name: "machine_per_gpu_teraflops",
Expand Down

0 comments on commit e475382

Please sign in to comment.