We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have two clients connecting to the same recipient, I would like to differentiate them.
I would like that httpClient.ForRecipient(url) will have version with additional map argument, when I can pass additional const labels, i.e.:
httpClient.ForRecipient(url)
ForRecipient(recipient string, constLabels map[string]string)
ForRecepient(constLabels map[string]string)
Currently when I want to call httpClient.ForRecipient(url) twice, it throws error that metrics are registered
The text was updated successfully, but these errors were encountered:
feat: travelaudience#7 - Create instrumented client with more than on…
bd09058
…e const label
2a74a26
…e const label Signed-off-by: grzesuav <[email protected]>
eea403f
Successfully merging a pull request may close this issue.
Expected Behaviour
I have two clients connecting to the same recipient, I would like to differentiate them.
I would like that
httpClient.ForRecipient(url)
will have version with additional map argument, when I can pass additional const labels, i.e.:ForRecipient(recipient string, constLabels map[string]string)
ForRecepient(constLabels map[string]string)
Actual Behaviour
Currently when I want to call
httpClient.ForRecipient(url)
twice, it throws error that metrics are registeredThe text was updated successfully, but these errors were encountered: