Skip to content

docs: clarify cluster listener initialization#772

Merged
jdmarshall merged 1 commit into
prometheus:mainfrom
oiahoon:docs/clarify-cluster-listeners
Jul 13, 2026
Merged

docs: clarify cluster listener initialization#772
jdmarshall merged 1 commit into
prometheus:mainfrom
oiahoon:docs/clarify-cluster-listeners

Conversation

@oiahoon

@oiahoon oiahoon commented Jul 12, 2026

Copy link
Copy Markdown
Contributor

Summary

  • explain that ClusterRegistry must be instantiated before branching between primary and worker processes
  • document that its constructor installs the IPC listeners workers need to answer aggregation requests
  • point readers to the existing cluster example that follows this pattern

Testing

  • npm test (28 suites, 540 tests, 34 snapshots)
  • source/example/documentation invariant assertions
  • git diff --check

Fixes #747

Signed-off-by: Joey@macstudio <johuang@aligntech.com>
@oiahoon oiahoon force-pushed the docs/clarify-cluster-listeners branch from f0e55e6 to 7b6b349 Compare July 12, 2026 23:56
@jdmarshall jdmarshall merged commit 4339b07 into prometheus:main Jul 13, 2026
14 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Listeners in cluster workers

2 participants