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

feat: API RPC call statistics #2398

Closed
wants to merge 151 commits into from
Closed

feat: API RPC call statistics #2398

wants to merge 151 commits into from

Conversation

withchao
Copy link
Collaborator

@withchao withchao commented Jul 5, 2024

🅰 Please add the issue ID after "Fixes #"

Fixes #2397

withchao and others added 18 commits July 3, 2024 15:06
# Conflicts:
#	go.mod
#	go.sum
#	internal/api/friend.go
#	internal/rpc/group/sync.go
#	pkg/common/storage/cache/redis/seq.go
#	pkg/common/storage/controller/group.go
#	pkg/common/storage/database/mgo/group_member.go
#	pkg/common/storage/database/name.go
# Conflicts:
#	go.mod
#	go.sum
#	internal/tools/cron_task.go
#	pkg/common/config/config.go
# Conflicts:
#	go.mod
#	go.sum
@pull-request-size pull-request-size bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Jul 5, 2024
Copy link

Whoa! Easy there, Partner!

This PR is too big. Please break it up into smaller PRs.

pkg/common/storage/cache/redis/online.go Dismissed Show dismissed Hide dismissed
if err != nil {
return "", nil, err
}
platformIDs[i] = int32(platformID)

Check failure

Code scanning / CodeQL

Incorrect conversion between integer types High

Incorrect conversion of an integer with architecture-dependent bit size from
strconv.Atoi
to a lower bit size type int32 without an upper bound check.
@withchao withchao closed this Jul 15, 2024
@openimsdk openimsdk locked and limited conversation to collaborators Jul 15, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Other]: API RPC call statistics
5 participants