fix(observability): add Docker healthchecks for Prometheus and APISIX, document cross-stack DNS naming#511
Merged
Merged
Conversation
…, document cross-stack DNS naming - Add healthcheck to APISIX gateway (port 9091, prometheus metrics endpoint) - Add healthcheck to Prometheus (port 9090, /-/ready endpoint) - Document cross-stack DNS convention in prometheus.yml header - Update README with cross-stack target naming note - Regenerate stacks (healthcheck blocks now in spanning output) Ref: #503
Fix yamllint line-length violations (119 > 80, 101 > 80 characters). Convert single-line flow-style arrays to block sequence format. Ref: #503
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.
Description
Completes observability improvements for
#503.Changes
/-/readyendpoint). Swarm can now detect unhealthy observability services and restart them.<stack>_<service>naming.Validation
docker compose configpasses for both modified compose files./stackctl.sh generate— all 3 stacks generated cleanly./stackctl.sh sync— no drift, all stacks in syncRef: #503