package storage

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

Index

Types

type StorageDriver

type StorageDriver interface {
	AddStats(ref info.ContainerReference, stats *info.ContainerStats) error

	// Close will clear the state of the storage driver. The elements
	// stored in the underlying storage may or may not be deleted depending
	// on the implementation of the storage driver.
	Close() error
}

Source Files

storage.go

Directories

PathSynopsis
storage/bigquery
storage/bigquery/client
storage/bigquery/client/example
storage/elasticsearch
storage/influxdb
storage/redis
storage/statsd
storage/statsd/client
storage/stdout
storage/test
Version
v0.19.3
Published
Nov 2, 2015
Platform
darwin/amd64
Imports
1 packages
Last checked
58 seconds ago

Tools for package owners.