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' (#66886)
  • Loading branch information
cauemarcondes authored May 19, 2020
1 parent 9c11243 commit df175c8
Show file tree
Hide file tree
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
Expand Up @@ -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',
Expand Down

0 comments on commit df175c8

Please sign in to comment.