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: implement single component health status #3

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

isometry
Copy link
Owner

@isometry isometry commented Apr 1, 2024

No description provided.

@isometry isometry self-assigned this Apr 1, 2024
@isometry isometry force-pushed the feature/single-component branch 2 times, most recently from e651137 to aab2609 Compare April 2, 2024 22:08
@@ -111,6 +112,37 @@ func (s *PlatformHealthServer) Check(ctx context.Context, req *ph.HealthCheckReq

providerServices := s.Config.GetInstances()

componentPath := strings.Split(req.Component, "/")
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/ as separate isn't ideal, as the kubernetes provider is using it within the constructed name of its instances.

@isometry isometry force-pushed the feature/single-component branch from aab2609 to a18c770 Compare April 3, 2024 21:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant