Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMetricsHandler ¶
func NewMetricsHandler(logger logger.Logger, forwardAddress string, listenAddress string, namespace string, serviceName string, instanceName string) (metricshandler.MetricsHandler, error)
Types ¶
type KernelExecutionState ¶
type KernelExecutionState string
const ( IdleKernelExecutionState KernelExecutionState = "idle" BusyKernelExecutionState KernelExecutionState = "busy" StartingKernelExecutionState KernelExecutionState = "starting" )
Click to show internal directories.
Click to hide internal directories.