Registry / observability / google-cadvisor

google-cadvisor

JSON →
library0.57.0gogounverified

Analyzes resource usage and performance characteristics of running containers.

go get github.com/google/cadvisor
INSTALL
IMPORT
SIG · GOOGLE-CADVISOR
G
google-cadvisor
observabilitygov0.57.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

cadvisor
github.com/google/cadvisor

Connect to cAdvisor and get machine info

package main import ( "github.com/google/cadvisor/client" ) func main() { c, err := client.NewClient("http://localhost:8080") if err != nil { panic(err) } _, _ = c.MachineInfo() }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.57.0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
2
Resources
google-cadvisor — go get google-cadvisor · libregistry