[GitHub] [skywalking] wu-sheng commented on a diff in pull request #9789: Fix alarm rule is not accurately

2022-10-14 Thread GitBox
wu-sheng commented on code in PR #9789: URL: https://github.com/apache/skywalking/pull/9789#discussion_r996262604 ## docs/en/changes/changes.md: ## @@ -61,6 +61,7 @@ regardless of the cluster's changes. However with this change SkyWalking can't react to the cluster changes i

[GitHub] [skywalking] sonatype-lift[bot] commented on pull request #9789: Fix alarm rule is not accurately

2022-10-14 Thread GitBox
sonatype-lift[bot] commented on PR #9789: URL: https://github.com/apache/skywalking/pull/9789#issuecomment-1279675603 :warning: **6 God Classes** were detected by Lift in this project. [Visit the Lift web console](https://lift.sonatype.com/results/github.com/apache/skywalking/01GFD3FW1D4NTY

[GitHub] [skywalking-banyandb] DevPJ9 commented on pull request #191: Changes Of Issue #9759

2022-10-14 Thread GitBox
DevPJ9 commented on PR #191: URL: https://github.com/apache/skywalking-banyandb/pull/191#issuecomment-1279674475 > I am using windows environment. Can I do the required steps in it as well? I checked the installation steps for banyanDb and there was only linux or mac were mentioned

[GitHub] [skywalking] yangyiweigege opened a new pull request, #9789: Fix alarm rule is not accurately

2022-10-14 Thread GitBox
yangyiweigege opened a new pull request, #9789: URL: https://github.com/apache/skywalking/pull/9789 - [x] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #9788. - [x] Update the [`CHANGES` log](https://github.

[GitHub] [skywalking] kezhenxu94 closed issue #9787: [Feature] endpoint name grouping by OpenAPI definitions in Node.js agent

2022-10-14 Thread GitBox
kezhenxu94 closed issue #9787: [Feature] endpoint name grouping by OpenAPI definitions in Node.js agent URL: https://github.com/apache/skywalking/issues/9787 -- 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 t

[skywalking-nodejs] branch master updated: chore: reformat endpoint name to match openapi definition (#98)

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git The following commit(s) were added to refs/heads/master by this push: new 3ecf110 chore: reformat endpoint

[GitHub] [skywalking-nodejs] kezhenxu94 merged pull request #98: chore: use openapi format for endpoint uris

2022-10-14 Thread GitBox
kezhenxu94 merged PR #98: URL: https://github.com/apache/skywalking-nodejs/pull/98 -- 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-unsubsc

[GitHub] [skywalking-java] kezhenxu94 commented on pull request #322: test framework compatible with m1 arm64

2022-10-14 Thread GitBox
kezhenxu94 commented on PR #322: URL: https://github.com/apache/skywalking-java/pull/322#issuecomment-1279629007 Or, we can even just use exec maven plugin to execute the Docker command, this has the best compatibility. But we need to extract the existing maven configurations into a Dockerf

[GitHub] [skywalking-banyandb] wu-sheng commented on pull request #164: Add streaming API and topN aggregator

2022-10-14 Thread GitBox
wu-sheng commented on PR #164: URL: https://github.com/apache/skywalking-banyandb/pull/164#issuecomment-1279626747 Finally we get this merged. Congrats. -- 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

[skywalking-banyandb] 01/01: Add an meausre create operation instrument

2022-10-14 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a commit to branch doc-crud in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git commit fd0a9703e586c46a772a3bcfc106c1904f6f9f36 Author: Gao Hongtao AuthorDate: Sat Oct 15 01:34:43 2022 +000

[skywalking-banyandb] branch doc-crud created (now fd0a970)

2022-10-14 Thread hanahmily
This is an automated email from the ASF dual-hosted git repository. hanahmily pushed a change to branch doc-crud in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git at fd0a970 Add an meausre create operation instrument This branch includes the following new commits:

[GitHub] [skywalking-banyandb] codecov-commenter commented on pull request #191: Changes Of Issue #9759

2022-10-14 Thread GitBox
codecov-commenter commented on PR #191: URL: https://github.com/apache/skywalking-banyandb/pull/191#issuecomment-1279613341 # [Codecov](https://codecov.io/gh/apache/skywalking-banyandb/pull/191?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&u

[GitHub] [skywalking-banyandb] hanahmily merged pull request #164: Add streaming API and topN aggregator

2022-10-14 Thread GitBox
hanahmily merged PR #164: URL: https://github.com/apache/skywalking-banyandb/pull/164 -- 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-unsu

[GitHub] [skywalking-banyandb] hanahmily commented on pull request #191: Changes Of Issue #9759

2022-10-14 Thread GitBox
hanahmily commented on PR #191: URL: https://github.com/apache/skywalking-banyandb/pull/191#issuecomment-1279606501 It looks good to me. But you have to format your codes before pushing. After committing your local changes, please issue `make pre-push` as mentioned in https://github

[GitHub] [skywalking] wu-sheng commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
wu-sheng commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1279182456 OK, sorry for misleading, I just wanted to mention using withMinute for better readability. You could check whether we have with millisecond. -- This is an automated message f

[GitHub] [skywalking] DevPJ9 commented on issue #9759: [BanyanDB] Support "IN" and "NOT IN" binary operation in criteria

2022-10-14 Thread GitBox
DevPJ9 commented on issue #9759: URL: https://github.com/apache/skywalking/issues/9759#issuecomment-1279181511 Hello @hanahmily I have raised a PR #9759. Can you please review and about the tag_filter changes, I am sorry but I don't know how to proceed further. -- This is an automated mes

[GitHub] [skywalking-banyandb] DevPJ9 opened a new pull request, #191: Changes Of Issue #9759

2022-10-14 Thread GitBox
DevPJ9 opened a new pull request, #191: URL: https://github.com/apache/skywalking-banyandb/pull/191 Added "In" and "Not_In" parsers in index_filter.go -- 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

[GitHub] [skywalking] yangyiweigege commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
yangyiweigege commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1279159577 > yes , this is better for read. but one point should be noticed,we must remove the second and millisSecond both > > ```java > final LocalDateTime target =

[GitHub] [skywalking] yangyiweigege commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
yangyiweigege commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1279156166 yes , this is better for read. but one point should be noticed,we must remove the second and millisSecond both ```java final LocalDateTime target = targetT

[GitHub] [skywalking] DevPJ9 commented on issue #9759: [BanyanDB] Support "IN" and "NOT IN" binary operation in criteria

2022-10-14 Thread GitBox
DevPJ9 commented on issue #9759: URL: https://github.com/apache/skywalking/issues/9759#issuecomment-1279141531 Hello @hanahmily I have understood the requirement and I will do the changes and raise a PR, However, I have not worked with "go" language so I might do the changes wrong. Kindly g

[GitHub] [skywalking-nodejs] BFergerson commented on pull request #98: chore: use openapi format for endpoint uris

2022-10-14 Thread GitBox
BFergerson commented on PR #98: URL: https://github.com/apache/skywalking-nodejs/pull/98#issuecomment-1279130765 I thought it would be but ended up fixing it on the first try. This is good to go. -- This is an automated message from the Apache Git Service. To respond to the message, pleas

[GitHub] [skywalking-nodejs] kezhenxu94 commented on pull request #98: chore: use openapi format for endpoint uris

2022-10-14 Thread GitBox
kezhenxu94 commented on PR #98: URL: https://github.com/apache/skywalking-nodejs/pull/98#issuecomment-1279129717 Is it still WIP? -- 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 comm

[GitHub] [skywalking] wu-sheng commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
wu-sheng commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-127902 > I would like to recommend you change in another way but with similar logic, > > `AlarmCore#start`(L58), set `LocalDateTime checkTime = LocalDateTime.now();`'s second to `

[GitHub] [skywalking] yangyiweigege commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
yangyiweigege commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1279033475 > Are you going to submit a pull request to fix? yes。 i will subimit a pull request tommorrow. -- This is an automated message from the Apache Git Service. To resp

[skywalking-showcase] branch main updated: Bump up satellite version and Kubernetes depreated APIs (#85)

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git The following commit(s) were added to refs/heads/main by this push: new 99768ea Bump up satellite version

[GitHub] [skywalking-showcase] kezhenxu94 merged pull request #85: Bump up satellite version and Kubernetes depreated APIs

2022-10-14 Thread GitBox
kezhenxu94 merged PR #85: URL: https://github.com/apache/skywalking-showcase/pull/85 -- 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-unsub

[skywalking-showcase] 01/01: Bump up satellite version and Kubernetes depreated APIs

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch chore in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git commit ea7bdafb400e6bce7e3536049426550a78d26021 Author: kezhenxu94 AuthorDate: Fri Oct 14 21:44:34 2022 +0800

[skywalking-showcase] branch chore created (now ea7bdaf)

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a change to branch chore in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git at ea7bdaf Bump up satellite version and Kubernetes depreated APIs This branch includes the following n

[GitHub] [skywalking] wu-sheng commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
wu-sheng commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1279028958 Are you going to submit a pull request to fix? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[skywalking-showcase] 01/01: Polish and fix apisix case

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git commit 83e063947830d86c9f4d1b492386bae0f5e48360 Author: kezhenxu94 AuthorDate: Fri Oct 14 21:31:38 2022 +0800

[skywalking-showcase] branch main updated (8727b26 -> 83e0639)

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git discard 8727b26 Polish and fix apisix case new 83e0639 Polish and fix apisix case This update added new

[GitHub] [skywalking] wu-sheng commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
wu-sheng commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1279007730 I would like to recommend you change in another way but with similar logic, `AlarmCore#start`(L58), set `LocalDateTime checkTime = LocalDateTime.now();`'s second to `0`. Be

[GitHub] [skywalking] yangyiweigege commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
yangyiweigege commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1278998600 > I think we just need to set the second to `0` before `moveTo`. yes i have change > I think we just need to set the second to `0` before `moveTo`. yes ,

[GitHub] [skywalking] wu-sheng commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
wu-sheng commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1278994163 I think we just need to set the second to `0` before `moveTo`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub an

[GitHub] [skywalking] yangyiweigege commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
yangyiweigege commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1278992963 > yes, i add the logs in org.apache.skywalking.oap.server.core.alarm.provider.RunningRule.Window#isMatch, print all metrics buckets in windows, sometimes i

[skywalking-showcase] branch main updated: Polish and fix apisix case

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git The following commit(s) were added to refs/heads/main by this push: new 8727b26 Polish and fix apisix case

[GitHub] [skywalking] wu-sheng commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
wu-sheng commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1278976211 OK, I think I know the point. The timestamp includes the second, but the bucket slot doesn't. Due to our calculation(`int minutes = Minutes.minutesBetween(endTime, current).g

[GitHub] [skywalking] yangyiweigege commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
yangyiweigege commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1278968310 > All time buckets for alerting and moving windows should be in minutes actually. I am not sure why this happens, could you explain more? endTime is changed in org.ap

[skywalking-showcase] branch main updated (9300196 -> d05def4)

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git discard 9300196 Add group name to frontend service new d05def4 Add group name to frontend service This

[skywalking-showcase] 01/01: Add group name to frontend service

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git commit d05def4a9114032b6ee30d195fa1fcb4eb3a88b8 Author: kezhenxu94 AuthorDate: Fri Oct 14 20:33:39 2022 +0800

[GitHub] [skywalking] DevPJ9 commented on issue #9759: [BanyanDB] Support "IN" and "NOT IN" binary operation in criteria

2022-10-14 Thread GitBox
DevPJ9 commented on issue #9759: URL: https://github.com/apache/skywalking/issues/9759#issuecomment-1278944409 Thanks, @hanahmily. I will start with the changes and will let you know If I get stuck. :) -- This is an automated message from the Apache Git Service. To respond to the message,

[skywalking-showcase] branch main updated: Add group name to frontend service

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git The following commit(s) were added to refs/heads/main by this push: new 9300196 Add group name to frontend

[skywalking-showcase] branch main updated: Add missing install command for agentless appp

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-showcase.git The following commit(s) were added to refs/heads/main by this push: new ba57bdc Add missing install comman

[GitHub] [skywalking-showcase] kezhenxu94 merged pull request #83: add apisix case

2022-10-14 Thread GitBox
kezhenxu94 merged PR #83: URL: https://github.com/apache/skywalking-showcase/pull/83 -- 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-unsub

[GitHub] [skywalking] wu-sheng commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
wu-sheng commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1278897079 All time buckets for alerting and moving windows should be in minutes actually. I am not sure why this happens, could you explain more? -- This is an automated message from

[GitHub] [skywalking] wu-sheng commented on issue #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
wu-sheng commented on issue #9788: URL: https://github.com/apache/skywalking/issues/9788#issuecomment-1278892063 I am not 100% following, when would the `endTime` be in the second? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitH

[GitHub] [skywalking] hanahmily commented on issue #9759: [BanyanDB] Support "IN" and "NOT IN" binary operation in criteria

2022-10-14 Thread GitBox
hanahmily commented on issue #9759: URL: https://github.com/apache/skywalking/issues/9759#issuecomment-1278813379 @DevPJ9 You could split this task into several parts: ## Add operations to API specification Add `IN` and `NOT_IN` at https://github.com/apache/skywalking-banyandb/

[skywalking-website] branch asf-site updated: deploy: c8d908246553907dc464aed197b5e17f3fdc440b

2022-10-14 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch asf-site in repository https://gitbox.apache.org/repos/asf/skywalking-website.git The following commit(s) were added to refs/heads/asf-site by this push: new e7230848d1 deploy: c8d908246

[GitHub] [skywalking] yangyiweigege opened a new issue, #9788: [Bug] Alarm Rule Warn is not accurate

2022-10-14 Thread GitBox
yangyiweigege opened a new issue, #9788: URL: https://github.com/apache/skywalking/issues/9788 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar issues. ### Apache SkyWalking Compone

[GitHub] [skywalking-nodejs] BFergerson opened a new pull request, #98: chore: use openapi format for endpoint uris

2022-10-14 Thread GitBox
BFergerson opened a new pull request, #98: URL: https://github.com/apache/skywalking-nodejs/pull/98 fixes https://github.com/apache/skywalking/issues/9787 -- 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 t

[GitHub] [skywalking] wu-sheng commented on pull request #9620: Support the telegraf receiver plugin module

2022-10-14 Thread GitBox
wu-sheng commented on PR #9620: URL: https://github.com/apache/skywalking/pull/9620#issuecomment-1278692953 Marked this as `no update`, as we can't have any feedback for two weeks. I am not sure whether this is still on going or still prepares for upstream review. -- This is an automated

[GitHub] [skywalking] wu-sheng commented on issue #9787: [Feature] endpoint name grouping by OpenAPI definitions in Node.js agent

2022-10-14 Thread GitBox
wu-sheng commented on issue #9787: URL: https://github.com/apache/skywalking/issues/9787#issuecomment-1278665907 The endpoint format should be changed on the agent side to follow the `{METHOD}:{URI}` -- This is an automated message from the Apache Git Service. To respond to the message, p

[skywalking-nodejs] branch master updated: fix: entry span url in endponts using Express middleware/router objects (#96)

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git The following commit(s) were added to refs/heads/master by this push: new 2b9300a fix: entry span url in e

[GitHub] [skywalking-nodejs] kezhenxu94 merged pull request #96: fix: entry span url in endponts using Express middleware/router objects

2022-10-14 Thread GitBox
kezhenxu94 merged PR #96: URL: https://github.com/apache/skywalking-nodejs/pull/96 -- 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-unsubsc

[GitHub] [skywalking] BFergerson commented on issue #9787: [Feature] endpoint name grouping by OpenAPI definitions in Node.js agent

2022-10-14 Thread GitBox
BFergerson commented on issue #9787: URL: https://github.com/apache/skywalking/issues/9787#issuecomment-1278620556 Should this be done on the agent or backend? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [skywalking] wu-sheng commented on issue #9787: [Feature] endpoint name grouping by OpenAPI definitions in Node.js agent

2022-10-14 Thread GitBox
wu-sheng commented on issue #9787: URL: https://github.com/apache/skywalking/issues/9787#issuecomment-1278614410 That is another issue. Nodejs doesn't follow, as this recommendation is new actually. Feel free to adjust. -- This is an automated message from the Apache Git Service. T

[skywalking-nodejs] branch master updated: Polish doc grammar (#97)

2022-10-14 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-nodejs.git The following commit(s) were added to refs/heads/master by this push: new f3a5621 Polish doc grammar (#97)

[GitHub] [skywalking-nodejs] kezhenxu94 merged pull request #97: docs: grammar improvements

2022-10-14 Thread GitBox
kezhenxu94 merged PR #97: URL: https://github.com/apache/skywalking-nodejs/pull/97 -- 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-unsubsc