fix(docs): correct Grafana UI port to 3300 in AGENTS.md and setup.sh - #5
Merged
Conversation
Follow-up to beda33e — same 3000→3300 correction for the ports table and open-URL hints in AGENTS.md and the setup.sh "Next" message. Co-Authored-By: Claude Opus 4.7 (1M context) <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.
User description
Summary
Note:
docker-compose.ymlintentionally keeps 3000 — the mapping is3300:3000(host → container) and the internal healthcheck runs inside the container against Grafana's default port.Test plan
make upand confirm Grafana loads at http://localhost:3300./setup.shand confirm the "Next" hint shows :3300🤖 Generated with Claude Code
Generated description
Below is a concise technical summary of the changes proposed in this PR:
Update AGENTS instructions to note Grafana’s UI lives on host port 3300 in the ports table and How to run guidance so the community doc matches what
make startdelivers. Align thesetup.shpost-setup Next hint with the same port so the scripted guidance and container healthchecks stay in sync.Grafana UIonlocalhost:3300across the ports table and How to run URL so they reflect the host-facing port.Modified files (1)
Latest Contributors(2)
setup.shNext hint to point tolocalhost:3300so post-setup guidance matches the actual Grafana endpoint.Modified files (1)
Latest Contributors(2)