You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Description
otelhttp has the high cardinality problem which record all remote
address from client. This issue is tracked by
open-telemetry/opentelemetry-go-contrib#3765 .
This PR is adding workaround to prevent otelhttp from recording
remoteaddr as an attribute.
## Issue reference
<!--
We strive to have all PR being opened based on an issue, where the
problem or feature have been discussed prior to implementation.
-->
#5299#5237
## Checklist
Please make sure you've completed the relevant tasks for this PR, out of
the following list:
* [ ] Code compiles correctly
* [ ] Adds necessary unit tests for change
* [ ] Adds necessary E2E tests for change
* [ ] Unit tests passing
* [ ] Extended the documentation / Created issue for it
---------
Co-authored-by: Yetkin Timocin <ytimocin@microsoft.com>
Bug information
Steps to reproduce (required)
Observed behavior (required)
CPU and Memory usages of UCP keep growing.
Desired behavior (required)
CPU and Memory usages of UCP shouldn't increase.
AB#6619
The text was updated successfully, but these errors were encountered: