Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ProfileURLTemplate constant template for expected profiling endpoint URL. ProfileURLTemplate = "https://intake.profile.%s/v1/input" // ProfileCoreService default service for the core agent profiler. ProfileCoreService = "datadog-agent" // ProfilingLocalURLTemplate is the constant used to compute the URL of the local trace agent ProfilingLocalURLTemplate = "http://%v/profiling/v1/input" )
Variables ¶
This section is empty.
Functions ¶
func Active ¶
func Active() bool
Active returns a boolean indicating whether profiling is active or not; this function is thread-safe.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.