crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/golang/glog | Package glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup. |
github.com/google/cadvisor/cache/memory | |
github.com/google/cadvisor/container | Package container defines types for sub-container events and also defines an interface for container operation handlers. |
github.com/google/cadvisor/http | |
github.com/google/cadvisor/manager | Manager of cAdvisor-monitored containers. |
github.com/google/cadvisor/storage | |
github.com/google/cadvisor/storage/bigquery | |
github.com/google/cadvisor/storage/elasticsearch | |
github.com/google/cadvisor/storage/influxdb | |
github.com/google/cadvisor/storage/kafka | |
github.com/google/cadvisor/storage/redis | |
github.com/google/cadvisor/storage/statsd | |
github.com/google/cadvisor/storage/stdout | |
github.com/google/cadvisor/utils/sysfs | |
github.com/google/cadvisor/version | |
net/http | Package http provides HTTP client and server implementations. |
net/http/pprof | Package pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
runtime | Package runtime contains operations that interact with Go's runtime system, such as functions to control goroutines. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |