Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#401 - Allow configuration of Traces settings in datadog.conf #402

Merged
merged 8 commits into from Mar 7, 2017

Conversation

mlcooper
Copy link
Contributor

No description provided.

@talwai talwai self-assigned this Feb 17, 2017
default['datadog']['enable_trace_agent'] = false
default['datadog']['extra_sample_rate'] = 1
default['datadog']['max_traces_per_second'] = 10
default['datadog']['receiver_port'] = 7777
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we're actually deprecating 7777 for 8126 to be contiguous with statsd (though both work for the time being) . mind updating the default?

@talwai
Copy link

talwai commented Mar 3, 2017

LGTM, aside from the comment - would be nice if @olivielpeau could take a glance as well

Copy link
Member

@olivielpeau olivielpeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mlcooper: thanks! I've added a small comment on the attribute name, otherwise LGTM

default['datadog']['connection_limit'] = 2000

# ddtrace python version
default['datadog']['ddtrace_python_ver'] = nil
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could you use a full ddtrace_python_version attribute name here? (just trying to be consistent with all the other occurences of *_version in the attributes names of the cookbook)

same thing for ddtrace_gem_version below

Copy link
Member

@olivielpeau olivielpeau left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks!

@olivielpeau olivielpeau added this to the 2.9.0 milestone Mar 7, 2017
@olivielpeau olivielpeau merged commit b5d9f56 into DataDog:master Mar 7, 2017
dsalvador-dsalvador pushed a commit to dsalvador-dsalvador/chef-datadog that referenced this pull request Mar 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants