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
Hello,
In case I wish to collect southbound metrics using httpCollector, on a URL which like: http://some-service-name/users/123456789
http://some-service-name/users/123456789
The package does not support excluding 123456789 from the metrics route and replacing it with a path param, as it does for incoming requests.
123456789
I can overcome this by setting the metrics route manually, but having it done automatically could be a nice feature.
The text was updated successfully, but these errors were encountered:
Hi @DFAIZ ,
I would be happy to help ! Can you explain what behaviour are you expecting ?
Franck
Sorry, something went wrong.
No branches or pull requests
Hello,
In case I wish to collect southbound metrics using httpCollector, on a URL which like:
http://some-service-name/users/123456789
The package does not support excluding
123456789
from the metrics route and replacing it with a path param, as it does for incoming requests.I can overcome this by setting the metrics route manually, but having it done automatically could be a nice feature.
The text was updated successfully, but these errors were encountered: