docs: add gRPC monitor documentation#429
Open
danielpaulus wants to merge 2 commits into
Open
Conversation
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
…thod name
- healthCheckStatus() target must be numeric: UNKNOWN=0, SERVING=1,
NOT_SERVING=2, SERVICE_UNKNOWN=3. The go-runner evaluator calls
strconv.Atoi on the target and rejects non-numeric values. All
.equals('SERVING') calls replaced with .equals(1) and a comment.
- .isNotEmpty() does not exist on the assertion builder; corrected to
.notEmpty() throughout.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
detect/uptime-monitoring/grpc-monitors/overview.mdx— what gRPC monitors are, BEHAVIOR vs HEALTH modes, how the runner works, result structure, and troubleshooting accordionsdetect/uptime-monitoring/grpc-monitors/configuration.mdx— full configuration reference: host/port/TLS/skipSSL, BEHAVIOR mode (method, serviceDefinition, proto file, message, metadata), HEALTH mode (service), all assertion sources, response time limits, scheduling, and additional settingsconstructs/grpc-monitor.mdx— CLI construct reference withGrpcMonitorandGrpcAssertionBuilder, complete parameter tables, assertion examples, and three working code examples (HEALTH mode, BEHAVIOR with proto file, authenticated with metadata)detect/uptime-monitoring/overview.mdxto add a gRPC Monitors card alongside the other monitor typesdocs.jsonto add thegRPC Monitorsnav group under uptime-monitoring (after ICMP) andconstructs/grpc-monitorin the DETECT constructs sectionConfig sourced from
packages/cli/src/constructs/grpc-monitor.ts,grpc-request.ts,grpc-assertion.tsapps/go-runner/check/grpc/executor.goImages TODO
No screenshots are included in this first version —
<Frame><img>blocks are intentionally omitted until real UI screenshots are available.