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: new features merged #2409

Merged
merged 187 commits into from
Jul 16, 2024

Merge pull request #9 from icey-yu/prometheus

14c486b
Select commit
Loading
Failed to load commit list.
Merged

feat: new features merged #2409

Merge pull request #9 from icey-yu/prometheus
14c486b
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Jul 15, 2024 in 3s

No new alerts in code changed by this pull request

Annotations

Check failure on line 45 in pkg/common/storage/cache/redis/online.go

See this annotation in the file changed.

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.

Check failure on line 24 in pkg/util/useronline/split.go

See this annotation in the file changed.

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.