Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 451 Bytes

clients.md

File metadata and controls

12 lines (8 loc) · 451 Bytes

cAdvisor API Clients

There is an official Go client implementation in the client directory. You can use it on your own Go project by including it like this:

import "github.com/google/cadvisor/client"

client, err = client.NewClient("http://localhost:8080/")
mInfo, err := client.MachineInfo()

Do you know of another cAdvisor client? Maybe in another language? Please let us know! We'd be happy to add a note on this page.