Module: Datadog::Profiling::Ext
- Defined in:
- lib/datadog/profiling/ext/dir_monkey_patches.rb,
lib/datadog/profiling/ext.rb
Overview
Monkey patches needed for profiler features and compatibility
Defined Under Namespace
Modules: DirClassMonkeyPatches, DirInstanceMonkeyPatches, DirMonkeyPatches, Transport
Constant Summary collapse
- ENV_ENABLED =
"DD_PROFILING_ENABLED"- ENV_UPLOAD_TIMEOUT =
"DD_PROFILING_UPLOAD_TIMEOUT"- ENV_MAX_FRAMES =
"DD_PROFILING_MAX_FRAMES"- ENV_ENDPOINT_COLLECTION_ENABLED =
"DD_PROFILING_ENDPOINT_COLLECTION_ENABLED"- ENV_AGENTLESS =
WARNING: This should not be used, only for internal testing
"DD_PROFILING_AGENTLESS"