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

Hotfix: Improved Logging Instrumentation #457

Merged
merged 5 commits into from
Oct 9, 2024
Merged

Commits on Oct 9, 2024

  1. refactor: renamed render_error method to handle_error

    also updated method call in exceptions initialiser
    jonrandahl committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    bd65dae View commit details
    Browse the repository at this point in the history
  2. refactor: adjusted internal error instrumentation

    Set the Internal Error Instrumentation to an `unless` statement to ensure the application does not report internal errors to the Prometheus metrics when the error is a 404 thereby reducing the noise in the Slack alerts channel
    jonrandahl committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    5322aa4 View commit details
    Browse the repository at this point in the history
  3. refactor: adjusted application error reporting

    Split the error logging into it's own method as well as adjusted the logged message to be either the response message or the response status
    jonrandahl committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    9b9afbe View commit details
    Browse the repository at this point in the history
  4. build: updated the version patch cadence

    from 1.7.5  ~> 1.7.6
    jonrandahl committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    a8804e3 View commit details
    Browse the repository at this point in the history
  5. docs: Updated CHANGELOG

    jonrandahl committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8341e4a View commit details
    Browse the repository at this point in the history