-
Notifications
You must be signed in to change notification settings - Fork 1k
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
feat(cloudfoundry): added metric event listener for outbound requests to cf #5312
feat(cloudfoundry): added metric event listener for outbound requests to cf #5312
Conversation
update master
update master
The following commits need their title changed:
Please format your commit title into the form:
This allows us to easily generate changelogs & determine semantic version numbers when cutting releases. You can read more about commit conventions here. |
Added OkHttpMetricsEventListener for outbound requests to cloud foundry. This will give operators some insight across cf foundations and latency. As of right now, we are not mapping the URI's, but this could be requested/developed assuming we avoid tag cardinality explosion due to tagging the URI.