-
Notifications
You must be signed in to change notification settings - Fork 52
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
Rename and update Sampler Advertisement man page #1531
base: b4.4
Are you sure you want to change the base?
Conversation
@nichamon, these really aren't sampler advertisements...correct? They are ldmsd peer advertisements. The ldmsd peer may have no samplers at all. |
@@ -47,7 +47,7 @@ ldmsd_sampler_advertisement - Manual for LDMSD Sampler Advertisement | |||
|
|||
.SH DESCRIPTION | |||
|
|||
LDMSD Sampler Discovery is a capability that enables LDMSD automatically add | |||
LDMSD Sampler Advertisement is a capability that enables LDMSD automatically add |
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.
LDMSD Peer Daemon advertisement is a capability that enables LDMSD to automatically add
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.
@nichamon ... should we change the man file name?
@@ -47,7 +47,7 @@ ldmsd_sampler_advertisement - Manual for LDMSD Sampler Advertisement | |||
|
|||
.SH DESCRIPTION | |||
|
|||
LDMSD Sampler Discovery is a capability that enables LDMSD automatically add | |||
LDMSD Sampler Advertisement is a capability that enables LDMSD automatically add | |||
producers that its hostname matches a given regular expression. The feature |
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.
producers for advertisers whose hostname matches a regular expression.
@@ -47,7 +47,7 @@ ldmsd_sampler_advertisement - Manual for LDMSD Sampler Advertisement | |||
|
|||
.SH DESCRIPTION | |||
|
|||
LDMSD Sampler Discovery is a capability that enables LDMSD automatically add | |||
LDMSD Sampler Advertisement is a capability that enables LDMSD automatically add | |||
producers that its hostname matches a given regular expression. The feature | |||
eliminates the need for manual configuration of sampler hostname in the |
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.
reduces the need for the manual configuration of producers in configuration files
Yes, I agree. |
8678076
to
ebe98f0
Compare
The patch renames Sampler Advertisement to Peer Daemon Advertisement. It also updates and fixes typos in the man page.
ebe98f0
to
20e7cef
Compare
No description provided.