-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fixes #4368 #4421
Fixes #4368 #4421
Conversation
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! Please have a look at the questions. Also, you'll need to sign the CLA.
@open-telemetry/collector-maintainers Please have a look, thanks!
--- | ||
title: The Single Writer Principle | ||
description: How to handle the single writer principle in Collector deployments | ||
weight: 1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Alter the weight of the page so that it shows below "Gateway".
weight: 1 | |
weight: 4 |
@@ -0,0 +1,57 @@ | |||
--- | |||
title: The Single Writer Principle |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: The Single Writer Principle | |
title: The Single Writer Principle |
How can we better contextualize what this doc is about when it comes to Collector deployments? Think of a nav title that would fit the progression in the current section. Why should someone know about this principle?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also, could this be a section in an existing doc rather than its own doc?
description: How to handle the single writer principle in Collector deployments | ||
weight: 1 | ||
--- | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the doc is likely not self-contained, consider adding links from other topics.
Summary
This change addresses the request for documentation on the Single-Writer principle. #4368
Description
deployment/gateway
Open questions