Re: [PR] Change topN group key from `StorageId` to `entityId + timeBucket`. [skywalking]

2024-03-12 Thread via GitHub
ZhengBing520 commented on PR #11788: URL: https://github.com/apache/skywalking/pull/11788#issuecomment-1991046398 > > > So I change topN group key to entityId + timeBucket, then stash map can only reserve topN of every entity(db, cache) in the minute level. > > > > > > The timeBuc

Re: [PR] Change topN group key from `StorageId` to `entityId + timeBucket`. [skywalking]

2024-03-12 Thread via GitHub
wu-sheng commented on PR #11788: URL: https://github.com/apache/skywalking/pull/11788#issuecomment-1991039971 > > So I change topN group key to entityId + timeBucket, then stash map can only reserve topN of every entity(db, cache) in the minute level. > > > > The timeBucket at

Re: [PR] Change topN group key from `StorageId` to `entityId + timeBucket`. [skywalking]

2024-03-12 Thread via GitHub
ZhengBing520 commented on PR #11788: URL: https://github.com/apache/skywalking/pull/11788#issuecomment-1991036936 > So I change topN group key to entityId + timeBucket, then stash map can only reserve topN of every entity(db, cache) in the minute level. The timeBucket attribute in top

Re: [PR] Change topN group key from `StorageId` to `entityId + timeBucket`. [skywalking]

2024-01-17 Thread via GitHub
wu-sheng merged PR #11788: URL: https://github.com/apache/skywalking/pull/11788 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr..

Re: [PR] Change topN group key from `StorageId` to `entityId + timeBucket`. [skywalking]

2024-01-16 Thread via GitHub
wu-sheng commented on code in PR #11788: URL: https://github.com/apache/skywalking/pull/11788#discussion_r1454813710 ## docs/en/changes/changes.md: ## @@ -23,6 +23,7 @@ * Fix SumPerMinFunctionTest error function. * Remove unnecessary annotations and functions from Meter Functi

Re: [PR] Change topN group key from `StorageId` to `entityId + timeBucket`. [skywalking]

2024-01-16 Thread via GitHub
wu-sheng commented on PR #11788: URL: https://github.com/apache/skywalking/pull/11788#issuecomment-1894798635 I will check this later today. Thanks for addressing the kernel level issue. fyi @apache/skywalking-committers This should exist from the beginning. -- This is an automated

[PR] Change topN group key from `StorageId` to `entityId + timeBucket`. [skywalking]

2024-01-16 Thread via GitHub
weixiang1862 opened a new pull request, #11788: URL: https://github.com/apache/skywalking/pull/11788 ### Fix topN record calculation - [x] Add a unit test to verify that the fix works. - [x] Explain briefly why the bug exists and how to fix it. - [ ] If th