Returns true if the named container exists.
(containerName string)
| 140 | |
| 141 | // Returns true if the named container exists. |
| 142 | Exists(containerName string) bool |
| 143 | |
| 144 | // Get the derived (rolling-window percentile) stats for a container. |
| 145 | GetDerivedStats(containerName string, options info.RequestOptions) (map[string]info.DerivedStats, error) |
no outgoing calls