Skip to content
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

Unexpected cpu and memory usage in UCP #5299

Open
youngbupark opened this issue Mar 17, 2023 · 0 comments
Open

Unexpected cpu and memory usage in UCP #5299

youngbupark opened this issue Mar 17, 2023 · 0 comments
Labels
bug Something is broken or not working as expected triaged This issue has been reviewed and triaged

Comments

@youngbupark
Copy link

youngbupark commented Mar 17, 2023

Bug information

Steps to reproduce (required)

  1. Install prometheus and grafana dashboard
  2. Install radius
  3. Run functional tests

Observed behavior (required)

CPU and Memory usages of UCP keep growing.

image

Desired behavior (required)

CPU and Memory usages of UCP shouldn't increase.

AB#6619

@youngbupark youngbupark added the bug Something is broken or not working as expected label Mar 17, 2023
@AaronCrawfis AaronCrawfis added sync and removed sync labels Mar 24, 2023
@shalabhms shalabhms added the triaged This issue has been reviewed and triaged label Mar 27, 2023
youngbupark added a commit that referenced this issue May 4, 2023
# 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something is broken or not working as expected triaged This issue has been reviewed and triaged
Projects
None yet
Development

No branches or pull requests

3 participants