We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 836ca2e commit 0ef4ae5Copy full SHA for 0ef4ae5
main.go
@@ -57,6 +57,7 @@ func main() {
57
// The Handler function provides a default handler to expose metrics
58
// via an HTTP server. "/metrics" is the usual endpoint for that.
59
log.Infof("Starting Server: %s", *listenAddress)
60
+ log.Infof("GPUs Accounting: %t", *gpuAcct)
61
http.Handle("/metrics", promhttp.Handler())
62
log.Fatal(http.ListenAndServe(*listenAddress, nil))
63
}
0 commit comments