Closed rlinehan closed 8 years ago
CLA signed by all contributors.
@jpinsonault / @camlow325 if one of you has a chance to do a second review on this today, would appreciate it.
👍 This looks good to me, and like it was a bit tedious to do
Just one super minor nitpick, and @cprice404's docs question
@cprice404 @jpinsonault updated!
@rlinehan those extra lines are still there, but I really don't care. I'm 👍 if you want to merge it @cprice404
Ahhhh what? Did I delete different extra lines? Ergh, wait, I'll update again.
I found one additional extra line... I amended my commit and force-pushed.
Add two new client options -
server-id
andmetric-prefix
that allow the metric namespace to be configured rather than alwayspuppetlabs.http-client.experimental
.If
server-id
is set, the metric namespace becomespuppetlabs.<server-id>.http-client.experimental
.If
metric-prefix
is set, the metric namespace becomes<metric-prefix>.http-client.experimental
.If both are set,
metric-prefix
wins out and a warning message is logged.