clenaup #2679
No reviewers
Labels
No labels
1week
2weeks
Failed compliance check
IP cameras
NATS
Possible security concern
Review effort 1/5
Review effort 2/5
Review effort 3/5
Review effort 4/5
Review effort 5/5
UI
aardvark
accessibility
amd64
api
arm64
auth
back-end
bgp
blog
bug
build
checkers
ci-cd
cleanup
cnpg
codex
core
dependencies
device-management
documentation
duplicate
dusk
ebpf
enhancement
eta 1d
eta 1hr
eta 3d
eta 3hr
feature
fieldsurvey
github_actions
go
good first issue
help wanted
invalid
javascript
k8s
log-collector
mapper
mtr
needs-triage
netflow
network-sweep
observability
oracle
otel
plug-in
proton
python
question
reddit
redhat
research
rperf
rperf-checker
rust
sdk
security
serviceradar-agent
serviceradar-agent-gateway
serviceradar-web
serviceradar-web-ng
siem
snmp
sysmon
topology
ubiquiti
wasm
wontfix
zen-engine
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
carverauto/serviceradar!2679
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "refs/pull/2679/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Imported from GitHub pull request.
Original GitHub pull request: #2318
Original author: @mfreeman451
Original URL: https://github.com/carverauto/serviceradar/pull/2318
Original created: 2026-01-15T07:41:54Z
Original updated: 2026-01-15T17:46:45Z
Original head: carverauto/serviceradar:2316-chore-doc-updates
Original base: staging
Original merged: 2026-01-15T17:46:43Z by @mfreeman451
User description
IMPORTANT: Please sign the Developer Certificate of Origin
Thank you for your contribution to ServiceRadar. Please note, when contributing, the developer must include
a DCO sign-off statement indicating the DCO acceptance in one commit message. Here
is an example DCO Signed-off-by line in a commit message:
Describe your changes
Issue ticket number and link
Code checklist before requesting a review
PR Type
Documentation
Description
Update architecture documentation to reflect core-elx and agent-gateway
Clarify platform deployment via Kubernetes and Docker Compose
Simplify installation guidance for edge agents and checkers
Refresh component descriptions and data flow diagrams
Add specification deltas for control plane and edge architecture
Diagram Walkthrough
File Walkthrough
12 files
Update docker-compose commands and service referencesRestructure installation guide for platform and edgeUpdate Docker service names and command examplesRefresh architecture overview and component descriptionsRefactor architecture documentation with core-elx focusSimplify installation guide for platform and edgeAdd proposal for architecture documentation updatesAdd agent configuration specification requirementsAdd agent connectivity and enrollment specificationAdd edge architecture and ingestion specificationAdd KV configuration requirements specificationAdd implementation tasks for documentation updatesImported GitHub PR comment.
Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2318#issuecomment-3753277141
Original created: 2026-01-15T07:42:40Z
PR Compliance Guide 🔍
Below is a summary of compliance checks for this PR:
Pipe to shell
Description: The documentation instructs users to run a remote script via
curl ... | bash, which is arealistic supply-chain execution risk if the release asset or transport is compromised.
installation.md [42-46]
Referred Code
Imported GitHub PR comment.
Original author: @qodo-code-review[bot]
Original URL: https://github.com/carverauto/serviceradar/pull/2318#issuecomment-3753279559
Original created: 2026-01-15T07:43:39Z
PR Code Suggestions ✨
Explore these optional code suggestions:
Pin clone to release version
Modify the
git clonecommand to pin the repository to a specific release tag(e.g.,
--branch v1.0.75) to ensure version consistency.INSTALL.md [12]
Suggestion importance[1-10]: 7
__
Why: This is a valuable suggestion that improves the reliability of the installation instructions by ensuring users clone a specific, stable version of the code that matches the documentation.
Ensure Helm deployment readiness
Add the
--waitand--atomicflags to thehelm upgradecommand to ensure thedeployment waits for readiness and rolls back automatically on failure.
INSTALL.md [24-27]
Suggestion importance[1-10]: 7
__
Why: This suggestion improves the robustness of the Helm deployment command by ensuring the deployment completes successfully and rolls back on failure, providing a better user experience.
Add missing service entries
Update the "What's Running?" list to include missing core services like
datasvc,agent-gateway, andagentfor a more complete description of the Docker stack.DOCKER_QUICKSTART.md [85]
Suggestion importance[1-10]: 5
__
Why: The suggestion correctly notes that the list of running services is incomplete. Adding the missing services provides a more accurate and helpful overview for users running the Docker stack.
Restore missing firewall rules for checkers
Add specific firewall rule examples for optional checkers like
rperf,DuskChecker, andSNMP Checkerto the "Firewall Notes" section.docs/docs/installation.md [85-88]
Suggestion importance[1-10]: 6
__
Why: The suggestion correctly identifies that useful firewall configuration details for optional checkers were removed in the refactoring, and restoring them improves the documentation's completeness and usability.