Skip to content

Commit

Permalink
[APM] agent config 'profiling_inferred_spans_min_duration' default va…
Browse files Browse the repository at this point in the history
…lue is '0ms' but the min value in the field is '1ms' (elastic#66886)
  • Loading branch information
cauemarcondes committed May 19, 2020
1 parent 15b6ba0 commit ff48332
Showing 2 changed files with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -197,7 +197,8 @@ export const javaSettings: RawSettingDefinition[] = [
'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.'
}
),
includeAgents: ['java']
includeAgents: ['java'],
min: '0ms'
},
{
key: 'profiling_inferred_spans_included_classes',

0 comments on commit ff48332

Please sign in to comment.