[Creator] [design-spec] gcp-cloud-loadbalancer-health - #715
Open
rw-codebundle-agent[bot] wants to merge 1 commit into
Open
[Creator] [design-spec] gcp-cloud-loadbalancer-health#715rw-codebundle-agent[bot] wants to merge 1 commit into
rw-codebundle-agent[bot] wants to merge 1 commit into
Conversation
Contributor
|
I think this conflicts with a PR we already merged -- might have a bug in the back-end agent with a double submission |
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.
Adds the
gcp-cloud-loadbalancer-healthCodeBundle, implementing design-spec issue #149.Summary
This CodeBundle monitors the health and performance of GCP Cloud Load Balancers (external/internal HTTP/S, SSL proxy, TCP proxy, and network LBs). It discovers all forwarding rules in a project and analyzes each LB across four dimensions.
Tasks
SSL_WARNING_DAYSon HTTPS/SSL LBsbackend-services get-healthERROR_RATE_THRESHOLDLATENCY_THRESHOLD_MSSLI
Continuous 0-1 score averaged across four dimensions (ssl_certificate_health, backend_health, error_rate, latency_performance), each pushed as a sub-metric with the aggregate as the primary metric. Deployed via
-sli.yamltemplate with- type: sliin generation rules.Files
runbook.robot,sli.robot.runwhen/generation-rules+ templates (slx/taskset/sli/slo).test/test infrastructure with Terraform fixtures covering healthy HTTP/HTTPS LBs, an expiring-cert HTTPS LB, and an unhealthy-backend LBDeviations from spec
gcp_compute_forwarding_rules(full CloudQuery table name, matching the naming convention used by other GCP bundles).