dferstay opened a new pull request #669:
URL: https://github.com/apache/pulsar-client-go/pull/669


   ### Motivation
   
   This change exposes the full metric name qualification supported in the
   underlying prometheus client library by allowing metric names to be
   qualified by both a "namespace" and "subsystem".  See the documentation for
   the prometheus metric options structure:
   
https://pkg.go.dev/github.com/prometheus/[email protected]/prometheus#Opts
   
   This is helpful to disambiguate metrics when there is more than one
   component in a distributed system that makes use of pulsar-client-go.
   
   ### Modifications
   
   A new, optional field has been added to the `ClientOptions` struct to allow 
for metrics namespaces
   
   ### Verifying this change
   
   This change is trivial plumbing without any test coverage.
   
   ### Does this pull request potentially affect one of the following parts:
   
   The public API: Yes, a new, optional field has been added to the 
`ClientOptions` struct
   
   ### Documentation
   
   Does this pull request introduce a new feature? Yes
   
   If yes, how is the feature documented? GoDocs
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to