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

Add support for gRPC checks #571

Merged
merged 5 commits into from
Dec 12, 2023
Merged

Add support for gRPC checks #571

merged 5 commits into from
Dec 12, 2023

Conversation

ka3de
Copy link
Contributor

@ka3de ka3de commented Nov 29, 2023

Adds support for Prometheus blackbox exporter gRPC checks.

It is important to note that gRPC check targets must comply with the gRPC health checking protocol.

Closes #567

Adds a new grpc package under prober which implements the gRPC prober,
delegating most of its functionality to the BBE `ProbeGRPC` method.
@CLAassistant
Copy link

CLAassistant commented Nov 29, 2023

CLA assistant check
All committers have signed the CLA.

Adds the glue necessary for the agent to start accepting and executing
gRPC checks.
This also adds the test data corresponding to the gRPC probe metrics and
updates the active series count data.
@ka3de ka3de marked this pull request as ready for review November 29, 2023 11:18
@ka3de ka3de requested a review from a team as a code owner November 29, 2023 11:18
Copy link
Contributor

@mem mem left a comment

Choose a reason for hiding this comment

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

Thank you! 🥳

@mem mem merged commit 60755f7 into main Dec 12, 2023
4 checks passed
@mem mem deleted the add/grpc-check branch December 12, 2023 21:03
mem added a commit that referenced this pull request Dec 13, 2023
* Clean up ops observability
* Swtich to grafana-build-tools
* Update dependencies
* Add support for gRPC checks (#571)

Signed-off-by: Marcelo E. Magallon <[email protected]>
@mem mem mentioned this pull request Dec 13, 2023
mem added a commit that referenced this pull request Dec 13, 2023
* Clean up ops observability
* Swtich to grafana-build-tools
* Update dependencies
* Add support for gRPC checks (#571)

Signed-off-by: Marcelo E. Magallon <[email protected]>
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.

Add support for GRPC probes in blackbox_exporter
3 participants