Documentation
¶
Overview ¶
Package ssi adds methods to check the status of the APM Single Step Instrumentation
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APMInstrumentationStatus ¶
type APMInstrumentationStatus struct {
HostInstrumented bool `json:"host_instrumented"`
DockerInstalled bool `json:"docker_installed"`
DockerInstrumented bool `json:"docker_instrumented"`
}
APMInstrumentationStatus contains the instrumentation status of APM Single Step Instrumentation.
func GetInstrumentationStatus ¶
func GetInstrumentationStatus() (status APMInstrumentationStatus, err error)
GetInstrumentationStatus contains the status of the APM auto-instrumentation.
Click to show internal directories.
Click to hide internal directories.