package
Version:
v4.2.604+incompatible
Opens a new window with list of versions in this module.
Published: Feb 2, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 18
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
View Source
const (
PROBE_TYPE_READINESS = "readiness"
PROBE_TYPE_LIVENESS = "liveness"
)
View Source
var (
ProbeCmd = &cobra.Command{
Use: "probe",
Short: "probe alameda ai dispatcher",
Long: "",
Run: func(cmd *cobra.Command, args []string) {
initConfig()
initLogger()
setLoggerScopesWithConfig()
startProbing()
},
}
)
Source Files
¶
Click to show internal directories.
Click to hide internal directories.