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

[extension/healthcheckv2] Add partial gRPC service implementation #34028

Merged
merged 1 commit into from
Jul 11, 2024

Conversation

mwear
Copy link
Member

@mwear mwear commented Jul 10, 2024

Description:
The PR is the fourth in a series to decompose #30673 into more manageable pieces for review. This PR introduces the basic structure for the gRPC health check service, which is an implementation of the grpc_health_v1 service. This PR implements the unary Check RPC. In order minimize PR size, the streaming Watch RPC will be introduced in a followup.

Link to tracking Issue: #26661

Testing: Units / manual

Documentation: Comments, etc.

@mwear mwear requested a review from jpkrohling as a code owner July 10, 2024 23:23
@mwear mwear requested a review from a team July 10, 2024 23:23
@mwear mwear force-pushed the healthcheckv2-grpc-check branch from 55ab04a to ca7d1c9 Compare July 10, 2024 23:33
This PR introduces the basic structure for the gRPC health check
service along with an implementation for the unary `Check` RPC. The
streaming `Watch` RPC will be introduced in a followup PR.
@mwear mwear force-pushed the healthcheckv2-grpc-check branch from ca7d1c9 to 01755c0 Compare July 11, 2024 00:25
Copy link
Member

@jpkrohling jpkrohling left a comment

Choose a reason for hiding this comment

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

After yesterday's, this was an easy one :-)

@jpkrohling jpkrohling merged commit 16a7b29 into open-telemetry:main Jul 11, 2024
154 checks passed
@github-actions github-actions bot added this to the next release milestone Jul 11, 2024
jpkrohling pushed a commit that referenced this pull request Jul 16, 2024
… service (#34049)

**Description:** <Describe what has changed.>
The PR is the fifth in a series to decompose #30673 into more manageable
pieces for review. This PR builds on #34028 and completes the gRPC
service by adding support for the streaming Watch RPC. For reference,
the
gRPC service is an implementation of [grpc_health_v1
service](https://github.com/grpc/grpc-proto/blob/master/grpc/health/v1/health.proto).

**Link to tracking Issue:** #26661

**Testing:** Units / manual

**Documentation:** Comments, etc.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants