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 healthchecks #863

Merged
merged 5 commits into from
Aug 29, 2023
Merged

feat: add gRPC healthchecks #863

merged 5 commits into from
Aug 29, 2023

Commits on Aug 28, 2023

  1. feat: add gRPC healthcheck

    * adds a gRPC healthcheck to the "metrics" port
    * supports both gRPC and HTTP on "metrics" port
    * adds relevant doc
    
    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    b5d7aff View commit details
    Browse the repository at this point in the history
  2. fixup: remove unneeded compiler flags

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

Commits on Aug 29, 2023

  1. Update core/pkg/service/sync/server.go

    Co-authored-by: Michael Beemer <beeme1mr@users.noreply.github.com>
    Signed-off-by: Todd Baert <todd.baert@dynatrace.com>
    toddbaert and beeme1mr authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    2d47066 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5449a8 View commit details
    Browse the repository at this point in the history
  3. fixup: comment typo

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