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

Handle echo 400s as not errors in datadog APM #1

Merged
merged 13 commits into from
Oct 7, 2022
Merged

Commits on Sep 8, 2021

  1. contrib/labstack/{echo, echo.v4}: improve error detection

    This adds improved error detection to the echo integrations. Previously,
    any returned error was recorded as an error in the echo span. This patch
    causes the integration to inspect the returned error to determine if it is
    a echo.HTTPError which it can use to discriminate between real errors (5xx
    and up) or non-errors (4xx and below)
    
    Fixes DataDog#987
    knusbaum committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    3cf5ecc View commit details
    Browse the repository at this point in the history
  2. add/fix unit tests

    knusbaum committed Sep 8, 2021
    Configuration menu
    Copy the full SHA
    e8dc3c8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7675dcb View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Configuration menu
    Copy the full SHA
    f8d6445 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2021

  1. add WithStatusCheck option

    knusbaum committed Sep 21, 2021
    Configuration menu
    Copy the full SHA
    b05b00a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c72fd6a View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Configuration menu
    Copy the full SHA
    8188faf View commit details
    Browse the repository at this point in the history
  2. fix go.*

    knusbaum committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    153f82e View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Configuration menu
    Copy the full SHA
    b7c390d View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2022

  1. Configuration menu
    Copy the full SHA
    7ce92c2 View commit details
    Browse the repository at this point in the history
  2. fix formatting

    knusbaum committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    b72ae00 View commit details
    Browse the repository at this point in the history
  3. fix formatting (2)

    knusbaum committed Jan 14, 2022
    Configuration menu
    Copy the full SHA
    8f109ee View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Configuration menu
    Copy the full SHA
    d507864 View commit details
    Browse the repository at this point in the history