Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LogNoise ¶
func LogNoise( conn plugin.CliConnection, args []string, httpClient HTTPClient, appInfoStore AppInfoStore, tableWriter io.Writer, log Logger, )
LogNoise reports the noisiest neighbors for the given accumulator.
Types ¶
type AppInfoStore ¶
type AppInfoStore interface {
Lookup(guids []string) (map[collector.AppGUID]collector.AppInfo, error)
}
AppInfoStore defines the interface used to look up app, space and org names.
type HTTPClient ¶
HTTPClient defines the interface for making HTTP requests.
Click to show internal directories.
Click to hide internal directories.