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

[BUG] Web requests with status 200 appear as errors on Datadog Logs view #14288

Closed
mykola42 opened this issue Nov 11, 2022 · 2 comments
Closed

Comments

@mykola42
Copy link

mykola42 commented Nov 11, 2022

Web requests with status 200 are marked as Error on Datadog Logs view

image

Pasted_Image_11_11_22__11_23_AM

Agent Environment

Datadog agent was deployed to K8s cluster by Helm chart datadog-3.3.0

Describe what happened:
A Ruby application successfully serves web requests but in Datadog Logs they appear as errors.

Curl shows that requests succeed

curl -vv MY_ELB.us-east-2.elb.amazonaws.com
*   Trying MY_IP:80...
* Connected to MY_ELB.us-east-2.elb.amazonaws.com (MY_IP) port 80 (#0)
> GET / HTTP/1.1
> Host: MY_ELB.us-east-2.elb.amazonaws.com
> User-Agent: curl/7.84.0
> Accept: */*
>
* Mark bundle as not supporting multiuse
< HTTP/1.1 200 OK
< Content-Type: text/html;charset=utf-8
< X-XSS-Protection: 1; mode=block
< X-Content-Type-Options: nosniff
< X-Frame-Options: SAMEORIGIN
< Content-Length: 50
<

Describe what you expected:
In Datadog logs, requests with status 200 shouldn't be marked as Error and should be marked as Ok instead.

Steps to reproduce the issue:

Additional environment details (Operating System, Cloud provider, etc):

@vickenty
Copy link
Contributor

Hi @mykola42, thanks for using Datadog.

This issue queue is primarily intended for tracking features, bugs and work items associated with the datadog-agent open source project. For your request, please contact our support.

@alexanderbaumann-toast
Copy link

@mykola42 did you get help with this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants