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

feat: add grpc health, deprecate old health #861

Closed
wants to merge 6 commits into from
Closed

Commits on Aug 24, 2023

  1. feat: add grpc health, deprecate old health

    * adds a standard gRPC health check
    * moves HTTP health checks off the metrics port, to the app port
    * deprecates old health checks on metrics port
    
    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    93a9069 View commit details
    Browse the repository at this point in the history
  2. fixup: lint

    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    4648c26 View commit details
    Browse the repository at this point in the history
  3. fixup: minor refactor

    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a00ae5a View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. fixup: more compiler options

    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9c2fa3e View commit details
    Browse the repository at this point in the history
  2. fixup: conflictPolicy=ignore in prod

    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c26e569 View commit details
    Browse the repository at this point in the history
  3. fixup: more doc

    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    465add4 View commit details
    Browse the repository at this point in the history