Documentation
¶
Index ¶
Constants ¶
View Source
const ( DEFAULT_CONTROLLER_IMG_NAME = "host.docker.internal:5000/controller" DEFAULT_PROXY_IMG_NAME = "host.docker.internal:5000/telemetry-proxy" DEFAULT_IMG_VERSION = "latest" )
Variables ¶
View Source
var ( ContextKeyRunId = ContextKey("run-id") ContextKeyOtlpSinkConfigPath = ContextKey("otlp-sink/config") ContextKeyOtlpSinkDataPath = ContextKey("otlp-sink/data") ContextKeyLumigoToken = ContextKey("lumigo/token") ContextKeyOperatorControllerImage = ContextKey("lumigo/operator/images/controller") ContextKeyOperatorProxyImage = ContextKey("lumigo/operator/images/proxy") )
Functions ¶
func LumigoOperatorFeature ¶
Types ¶
type ContextKey ¶
type ContextKey string
func (ContextKey) String ¶
func (c ContextKey) String() string
Click to show internal directories.
Click to hide internal directories.