Versions in this module Expand all Collapse all v0 v0.0.3 Jul 3, 2020 v0.0.2 May 21, 2020 Changes in this version + const Namespace + func StartGC(ctx context.Context, idleTimeout time.Duration, logger *log.Logger) + type Options struct + Host string + Password string + Username string + func (o *Options) Valid() error + type VMMetrics struct + func Get(opts *Options, logger *log.Logger) (*VMMetrics, error) + func NewVMMetrics(opts *Options) (vm *VMMetrics) + func (vm *VMMetrics) Handle(w http.ResponseWriter, r *http.Request) + func (vm *VMMetrics) Scrape(ctx context.Context, logger *log.Logger) error