feat: add gRPC SSL and traceroute monitor types#162
Open
danielpaulus wants to merge 7 commits into
Open
Conversation
GRPCMonitor/GRPCRequest/GRPCConfig structs cloned from the TCP sibling;
nested grpcConfig (required value), Port as interface{} (number-or-template),
top-level Degraded/MaxResponseTime. Four Client methods + CreateCheck GRPC
guard. Endpoints checks/grpc (POST) and checks/grpc/{id} (PUT).
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…TESTS) Clones the DNS Test*Monitor family for each new monitor type with Create/Get/Update fixtures, plus forbidden-field tests: ICMP traceroute strips port, HEALTH/BEHAVIOR gRPC configs drop mode-exclusive keys, and SSL omits securityBaseline/sslClientCertificateId when nil.
…1-CHANGELOG) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…TS 4.2)
Add TracerouteCheckResult/GRPCCheckResult/SSLCheckResult structs mirroring the
additive public check-results fields from 4.1, plus the three pointer fields on
CheckResult (nil for other types, like apiCheckResult). Documented scalars are
typed; open runner sub-objects stay map/slice of interface{} so no field is
dropped on decode. Adds canned find-one fixtures + tests asserting the named
diagnostics populate per type.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
…C/traceroute The backend wire format now carries SSL's response-time thresholds as top-level degradedResponseTime/maxResponseTime on the check, mirroring gRPC and TRACEROUTE monitors, instead of nested degradedResponseTimeMs/ maxResponseTimeMs inside SSLConfig.
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
Testing