@contrast/config
Advanced tools
Comparing version 1.18.1 to 1.19.0
@@ -217,2 +217,35 @@ /* | ||
}, | ||
// agent.heap_dump | ||
{ | ||
name: 'agent.heap_dump.enable', | ||
arg: '[true]', | ||
fn: castBoolean, | ||
default: false, | ||
desc: 'Set to \'true\' for the agent to automatically take heap dumps of the instrumented application.', | ||
}, | ||
{ | ||
name: 'agent.heap_dump.path', | ||
arg: '<path>', | ||
default: 'contrast_heap_dumps', | ||
desc: "Set the location to which to save the heap dump files. If relative, the path is determined based on the process' working directory.", | ||
}, | ||
{ | ||
name: 'agent.heap_dump.delay_ms', | ||
arg: '<time>', | ||
default: 10000, | ||
desc: 'Set the amount of time to wait, in milliseconds, after agent startup to begin taking heap dumps.', | ||
}, | ||
{ | ||
name: 'agent.heap_dump.window_ms', | ||
arg: '<number>', | ||
default: 10000, | ||
desc: 'Set the amount of time to wait, in milliseconds, between each heap dump.', | ||
}, | ||
{ | ||
name: 'agent.heap_dump.count', | ||
arg: '<number>', | ||
default: 5, | ||
desc: 'Set the number of heap dumps to take before disabling this feature.', | ||
}, | ||
// agent.polling | ||
@@ -219,0 +252,0 @@ { |
{ | ||
"name": "@contrast/config", | ||
"version": "1.18.1", | ||
"version": "1.19.0", | ||
"description": "An API for discovering Contrast agent configuration data", | ||
@@ -5,0 +5,0 @@ "license": "SEE LICENSE IN LICENSE", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
42474
1173