Skip to content

Commit e5d2433

Browse files
committed
setting min value
1 parent 404743a commit e5d2433

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

x-pack/plugins/apm/common/agent_configuration/setting_definitions/__snapshots__/index.test.ts.snap

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

x-pack/plugins/apm/common/agent_configuration/setting_definitions/java_settings.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,8 @@ export const javaSettings: RawSettingDefinition[] = [
197197
'The minimum duration of an inferred span. Note that the min duration is also implicitly set by the sampling interval. However, increasing the sampling interval also decreases the accuracy of the duration of inferred spans.'
198198
}
199199
),
200-
includeAgents: ['java']
200+
includeAgents: ['java'],
201+
min: '0ms'
201202
},
202203
{
203204
key: 'profiling_inferred_spans_included_classes',

0 commit comments

Comments
 (0)