Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

orca: use atomic pointer instead of mutex in server metrics recorder to improve performance #6799

Merged
merged 2 commits into from
Dec 16, 2023

orca: ServerMetrics() method returns a copy of current metrics

ba06b28
Select commit
Loading
Failed to load commit list.
Merged

orca: use atomic pointer instead of mutex in server metrics recorder to improve performance #6799

orca: ServerMetrics() method returns a copy of current metrics
ba06b28
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/patch succeeded Dec 6, 2023 in 0s

87.50% of diff hit (target 83.57%)

View this Pull Request on Codecov

87.50% of diff hit (target 83.57%)

Annotations

Check warning on line 335 in orca/server_metrics.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

orca/server_metrics.go#L333-L335

Added lines #L333 - L335 were not covered by tests

Check warning on line 343 in orca/server_metrics.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

orca/server_metrics.go#L341-L343

Added lines #L341 - L343 were not covered by tests

Check warning on line 351 in orca/server_metrics.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

orca/server_metrics.go#L349-L351

Added lines #L349 - L351 were not covered by tests