Commit 0b69d2a
Fix apm_analyzed_spans config directive. (#496)
* Fix apm_analyzed_spans config directive.
In the current configuration, when this puppet module applies `apm_analyzed_spans', the resultant `datadog.yaml` file ignores the configured spans. The documentation for the agent specifies that the directive should be `analyzed_spans` instead.
More information here:
https://docs.datadoghq.com/agent/apm/?tab=agent630#trace-search
* [apm][spec] fixing analyzed_spans A6 spec tests1 parent 0b842d3 commit 0b69d2a
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
621 | 621 | | |
622 | 622 | | |
623 | 623 | | |
624 | | - | |
| 624 | + | |
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1104 | 1104 | | |
1105 | 1105 | | |
1106 | 1106 | | |
1107 | | - | |
| 1107 | + | |
1108 | 1108 | | |
1109 | 1109 | | |
1110 | 1110 | | |
| |||
0 commit comments