Fix apm_analyzed_spans config directive.#496
Merged
truthbk merged 2 commits intoDataDog:masterfrom Feb 21, 2019
dorg-kanderson:patch-1
Merged
Fix apm_analyzed_spans config directive.#496truthbk merged 2 commits intoDataDog:masterfrom dorg-kanderson:patch-1
truthbk merged 2 commits intoDataDog:masterfrom
dorg-kanderson:patch-1
Conversation
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
Member
|
@zoom-kris-anderson fixed the spec tests by pushing to your branch. Will merge once that's green, and release thereafter. |
truthbk
pushed a commit
that referenced
this pull request
Feb 21, 2019
* 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 tests
cegeka-jenkins
pushed a commit
to cegeka/puppet-datadog_agent
that referenced
this pull request
Apr 6, 2020
* 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 tests
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In the current configuration, when this puppet module applies
apm_analyzed_spansto the resultantdatadog.yamlfile, the agent ignores the configured spans. The documentation for the agent specifies that the directive should beanalyzed_spansinstead.More information here:
https://docs.datadoghq.com/agent/apm/?tab=agent630#trace-search