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

[http_check] Bring back include_content option #2631

Merged
merged 1 commit into from Jul 1, 2016

Conversation

hkaj
Copy link
Member

@hkaj hkaj commented Jun 28, 2016

This option was removed by mistake a while back, let's add it back.

@hkaj hkaj added this to the 5.9.0 milestone Jun 28, 2016
@hkaj hkaj changed the title Bring back include_content option [http_check] Bring back include_content option Jun 29, 2016
addr, expected_code, str(r.status_code))
if include_content:
message += '\nContent: {}'.format(r.content[:CONTENT_LENGTH])

self.log.info(message)
Copy link
Member

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

yeah that would make sense, good call @yannmh. Adding it.

@yannmh
Copy link
Member

yannmh commented Jun 30, 2016

Looks like I introduced the regression a while ago, with Datadog Agent 5.3.

Thanks for fixing it @hkaj !

@hkaj hkaj force-pushed the haissam/http_check_include_content branch from fea588c to e21071b Compare July 1, 2016 10:04
@yannmh
Copy link
Member

yannmh commented Jul 1, 2016

:shipit:

@hkaj hkaj merged commit 525a2f3 into master Jul 1, 2016
@hkaj hkaj deleted the haissam/http_check_include_content branch July 1, 2016 14:58
truthbk pushed a commit that referenced this pull request Aug 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants