[GitHub] [skywalking-website] wu-sheng commented on pull request #570: Add BanyanDB write-ahead Logging Design picture

2023-02-15 Thread via GitHub
wu-sheng commented on PR #570: URL: https://github.com/apache/skywalking-website/pull/570#issuecomment-1432660902 @hanahmily Please merge this when you think https://github.com/apache/skywalking-banyandb/pull/249 is ready too. -- This is an automated message from the Apache Git Service.

[GitHub] [skywalking-website] HHoflittlefish777 opened a new pull request, #570: Add BanyanDB write-ahead Logging Design picture

2023-02-15 Thread via GitHub
HHoflittlefish777 opened a new pull request, #570: URL: https://github.com/apache/skywalking-website/pull/570 This is design related pr https://github.com/apache/skywalking-banyandb/pull/249 -- This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [skywalking-website] netlify[bot] commented on pull request #570: Add BanyanDB write-ahead Logging Design picture

2023-02-15 Thread via GitHub
netlify[bot] commented on PR #570: URL: https://github.com/apache/skywalking-website/pull/570#issuecomment-1432659439 ###  Deploy Preview for *skywalking-website-preview* processing. | Name | Link | |:-:|| | Latest commit |

[GitHub] [skywalking] kezhenxu94 commented on issue #10397: [Feature] Try to pull a docker image when the local image does not exist

2023-02-15 Thread via GitHub
kezhenxu94 commented on issue #10397: URL: https://github.com/apache/skywalking/issues/10397#issuecomment-1432645872 OK. That means you pre-configured the secret on the CI machine and don't want to put it in the e2e files, make sense to me. Welcome to contribute. -- This is an automated

[GitHub] [skywalking] wu-sheng commented on issue #10397: [Feature] Try to pull a docker image when the local image does not exist

2023-02-15 Thread via GitHub
wu-sheng commented on issue #10397: URL: https://github.com/apache/skywalking/issues/10397#issuecomment-1432642604 Could secret be set through system env? -- 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

[GitHub] [skywalking] ethan256 commented on issue #10397: [Feature] Try to pull a docker image when the local image does not exist

2023-02-15 Thread via GitHub
ethan256 commented on issue #10397: URL: https://github.com/apache/skywalking/issues/10397#issuecomment-1432640386 > This will expose the secret -- 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

[GitHub] [skywalking] kezhenxu94 commented on issue #10397: [Feature] Try to pull a docker image when the local image does not exist

2023-02-15 Thread via GitHub
kezhenxu94 commented on issue #10397: URL: https://github.com/apache/skywalking/issues/10397#issuecomment-1432631531 > > Can you elaborate? I think this is the default behavior for Docker, when you use a Docker image, for example, use `docker run` or in docker compose, if the image doesn't

[GitHub] [skywalking] ethan256 commented on issue #10397: [Feature] Try to pull a docker image when the local image does not exist

2023-02-15 Thread via GitHub
ethan256 commented on issue #10397: URL: https://github.com/apache/skywalking/issues/10397#issuecomment-1432616448 > Are you going to contribute this to the project on your own? I think this feature is acceptable Yes -- This is an automated message from the Apache Git Service. To

[GitHub] [skywalking] ethan256 commented on issue #10397: [Feature] Try to pull a docker image when the local image does not exist

2023-02-15 Thread via GitHub
ethan256 commented on issue #10397: URL: https://github.com/apache/skywalking/issues/10397#issuecomment-1432616153 > Can you elaborate? I think this is the default behavior for Docker, when you use a Docker image, for example, use `docker run` or in docker compose, if the image doesn't

[GitHub] [skywalking] wu-sheng opened a new issue, #10398: [Feature] Add Windows monitoring menu.

2023-02-15 Thread via GitHub
wu-sheng opened a new issue, #10398: URL: https://github.com/apache/skywalking/issues/10398 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement. ### Description

[GitHub] [skywalking] kezhenxu94 commented on issue #10397: [Feature] Try to pull a docker image when the local image does not exist

2023-02-15 Thread via GitHub
kezhenxu94 commented on issue #10397: URL: https://github.com/apache/skywalking/issues/10397#issuecomment-1432583242 Can you elaborate? I think this is the default behavior for Docker, when you use a Docker image, for example, use `docker run` or in docker compose, if the image doesn't

[GitHub] [skywalking-python] sonatype-lift[bot] commented on a diff in pull request #287: Refactor agent startup logic and experimental os.fork support

2023-02-15 Thread via GitHub
sonatype-lift[bot] commented on code in PR #287: URL: https://github.com/apache/skywalking-python/pull/287#discussion_r1108048061 ## skywalking/agent/__init__.py: ## @@ -16,269 +16,353 @@ # import atexit +import functools +import os +import sys from queue import Queue,

[GitHub] [skywalking] wu-sheng commented on issue #10397: [Feature] Try to pull a docker image when the local image does not exist

2023-02-15 Thread via GitHub
wu-sheng commented on issue #10397: URL: https://github.com/apache/skywalking/issues/10397#issuecomment-1432572878 Are you going to contribute this to the project on your own? I think this feature is acceptable -- This is an automated message from the Apache Git Service. To respond to

[GitHub] [skywalking] erikwoo commented on issue #10107: [Bug] 9.2-oap升级9.3报错

2023-02-15 Thread via GitHub
erikwoo commented on issue #10107: URL: https://github.com/apache/skywalking/issues/10107#issuecomment-1432572734 curl -X DELETE "http://localhost:9200/sw_ui_template; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [skywalking] erikwoo commented on issue #10110: [Bug] change oap version 9.2 to 9.3 error

2023-02-15 Thread via GitHub
erikwoo commented on issue #10110: URL: https://github.com/apache/skywalking/issues/10110#issuecomment-1432572117 curl -X DELETE "http://localhost:9200/sw_ui_template; -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [skywalking-python] Superskyyy opened a new pull request, #287: Refactor agent startup logic and experimental os.fork support

2023-02-15 Thread via GitHub
Superskyyy opened a new pull request, #287: URL: https://github.com/apache/skywalking-python/pull/287 This PR is made of two tightly coupled parts: 1. Total rewrite of agent startup logic from module functions -> singleton class. (some other logic was changed in meter to fix wrong

[GitHub] [skywalking] ethan256 opened a new issue, #10397: [Feature] Try to pull a docker image when the local image does not exist

2023-02-15 Thread via GitHub
ethan256 opened a new issue, #10397: URL: https://github.com/apache/skywalking/issues/10397 ### Search before asking - [X] I had searched in the [issues](https://github.com/apache/skywalking/issues?q=is%3Aissue) and found no similar feature requirement. ### Description

[GitHub] [skywalking] erikwoo commented on issue #10110: [Bug] change oap version 9.2 to 9.3 error

2023-02-15 Thread via GitHub
erikwoo commented on issue #10110: URL: https://github.com/apache/skywalking/issues/10110#issuecomment-1432553972 how to Clear the UI_TEMPLATE index please? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL

[GitHub] [skywalking-banyandb] wu-sheng commented on pull request #249: Write-ahead Logging design doc

2023-02-15 Thread via GitHub
wu-sheng commented on PR #249: URL: https://github.com/apache/skywalking-banyandb/pull/249#issuecomment-1432403586 Yes, the sources are here, https://github.com/apache/skywalking-website/tree/master/static/doc-graph/banyandb -- This is an automated message from the Apache Git Service.

[GitHub] [skywalking-python] dependabot[bot] commented on pull request #286: Bump werkzeug from 2.0.2 to 2.2.3

2023-02-15 Thread via GitHub
dependabot[bot] commented on PR #286: URL: https://github.com/apache/skywalking-python/pull/286#issuecomment-1432381608 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [skywalking-python] Superskyyy closed pull request #286: Bump werkzeug from 2.0.2 to 2.2.3

2023-02-15 Thread via GitHub
Superskyyy closed pull request #286: Bump werkzeug from 2.0.2 to 2.2.3 URL: https://github.com/apache/skywalking-python/pull/286 -- 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.

[skywalking-python] branch dependabot/pip/werkzeug-2.2.3 created (now 6032417)

2023-02-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/werkzeug-2.2.3 in repository https://gitbox.apache.org/repos/asf/skywalking-python.git at 6032417 Bump werkzeug from 2.0.2 to 2.2.3 No new revisions were added by this

[GitHub] [skywalking-python] dependabot[bot] opened a new pull request, #286: Bump werkzeug from 2.0.2 to 2.2.3

2023-02-15 Thread via GitHub
dependabot[bot] opened a new pull request, #286: URL: https://github.com/apache/skywalking-python/pull/286 Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.0.2 to 2.2.3. Release notes Sourced from https://github.com/pallets/werkzeug/releases;>werkzeug's releases.

[skywalking-python] branch master updated: Add support for python 3.11 (#285)

2023-02-15 Thread yihaochen
This is an automated email from the ASF dual-hosted git repository. yihaochen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking-python.git The following commit(s) were added to refs/heads/master by this push: new 3f2926b Add support for python

[GitHub] [skywalking-python] Superskyyy merged pull request #285: Add support for python 3.11

2023-02-15 Thread via GitHub
Superskyyy merged PR #285: URL: https://github.com/apache/skywalking-python/pull/285 -- 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:

[GitHub] [skywalking-python] Superskyyy opened a new pull request, #285: Add support for python 3.11

2023-02-15 Thread via GitHub
Superskyyy opened a new pull request, #285: URL: https://github.com/apache/skywalking-python/pull/285 This pull request does the following: * Add support for python 3.11 before we start drafting release today. * Fix for broken plugins on 3.11 * Fixed a minor problem reported by user

[skywalking-infra-e2e] branch main updated: Fix deprecation warnings (#100)

2023-02-15 Thread yihaochen
This is an automated email from the ASF dual-hosted git repository. yihaochen pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git The following commit(s) were added to refs/heads/main by this push: new 2f20482 Fix deprecation warnings

[GitHub] [skywalking-banyandb] HHoflittlefish777 commented on pull request #249: Write-ahead Logging design doc

2023-02-15 Thread via GitHub
HHoflittlefish777 commented on PR #249: URL: https://github.com/apache/skywalking-banyandb/pull/249#issuecomment-1432340236 > That means the picture will be hosted in website?What path should I set,like https://skywalking.apache.org/doc-graph/banyandb/v0.4.0 ? -- This is an

[GitHub] [skywalking-infra-e2e] Superskyyy merged pull request #100: Fix deprecation warnings

2023-02-15 Thread via GitHub
Superskyyy merged PR #100: URL: https://github.com/apache/skywalking-infra-e2e/pull/100 -- 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:

[GitHub] [skywalking-infra-e2e] wu-sheng commented on pull request #100: Fix deprecation warnings

2023-02-15 Thread via GitHub
wu-sheng commented on PR #100: URL: https://github.com/apache/skywalking-infra-e2e/pull/100#issuecomment-1432332969 We seem to have a lot of these warning cross repositories. :) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [skywalking-infra-e2e] Superskyyy opened a new pull request, #100: Fix deprecation warnings

2023-02-15 Thread via GitHub
Superskyyy opened a new pull request, #100: URL: https://github.com/apache/skywalking-infra-e2e/pull/100 The following warning is due to setup-go@v2   -- Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/setup-go@v2.

[skywalking-infra-e2e] branch deprecation-warning-fix updated: Fix deprecation warnings

2023-02-15 Thread yihaochen
This is an automated email from the ASF dual-hosted git repository. yihaochen pushed a commit to branch deprecation-warning-fix in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git The following commit(s) were added to refs/heads/deprecation-warning-fix by this push:

[skywalking-infra-e2e] branch deprecation-warning-fix created (now 2631e76)

2023-02-15 Thread yihaochen
This is an automated email from the ASF dual-hosted git repository. yihaochen pushed a change to branch deprecation-warning-fix in repository https://gitbox.apache.org/repos/asf/skywalking-infra-e2e.git at 2631e76 Export the kubeconfig path during executing the following steps. (#99)

[GitHub] [skywalking-banyandb] wu-sheng commented on pull request #249: Write-ahead Logging design doc

2023-02-15 Thread via GitHub
wu-sheng commented on PR #249: URL: https://github.com/apache/skywalking-banyandb/pull/249#issuecomment-1432319640 Hi, please make sure the image(assets) of the document will be hosted in the website repository, in case of further update would break the links. Here is the versioned

[skywalking] branch master updated: Add Istio 1.17 to test matrix (#10395)

2023-02-15 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking.git The following commit(s) were added to refs/heads/master by this push: new e357b2335a Add Istio 1.17 to test matrix

[GitHub] [skywalking] wu-sheng merged pull request #10395: Add Istio 1.17 to test matrix

2023-02-15 Thread via GitHub
wu-sheng merged PR #10395: URL: https://github.com/apache/skywalking/pull/10395 -- 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:

[GitHub] [skywalking] kezhenxu94 opened a new pull request, #10395: Add Istio 1.17 to test matrix

2023-02-15 Thread via GitHub
kezhenxu94 opened a new pull request, #10395: URL: https://github.com/apache/skywalking/pull/10395 - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #. - [ ] Update the [`CHANGES`

[skywalking] branch kezhenxu94-patch-1 created (now 4dce382239)

2023-02-15 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a change to branch kezhenxu94-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking.git at 4dce382239 Add Istio 1.17 to test matrix This branch includes the following new commits:

[skywalking] 01/01: Add Istio 1.17 to test matrix

2023-02-15 Thread kezhenxu94
This is an automated email from the ASF dual-hosted git repository. kezhenxu94 pushed a commit to branch kezhenxu94-patch-1 in repository https://gitbox.apache.org/repos/asf/skywalking.git commit 4dce3822396066166c1fd94bf523b5a0ff2d1992 Author: kezhenxu94 AuthorDate: Thu Feb 16 08:14:04 2023

[GitHub] [skywalking-banyandb] hanahmily commented on a diff in pull request #249: Write-ahead Logging design doc

2023-02-15 Thread via GitHub
hanahmily commented on code in PR #249: URL: https://github.com/apache/skywalking-banyandb/pull/249#discussion_r1107832378 ## docs/concept/wal.md: ## @@ -0,0 +1,47 @@ +# Background + +The data is stored in memory first, then will be flushed to disk. During this time, if

[GitHub] [skywalking-python] dependabot[bot] commented on pull request #284: Bump django from 3.2.8 to 3.2.18

2023-02-15 Thread via GitHub
dependabot[bot] commented on PR #284: URL: https://github.com/apache/skywalking-python/pull/284#issuecomment-1432186007 OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor

[GitHub] [skywalking-python] wu-sheng closed pull request #284: Bump django from 3.2.8 to 3.2.18

2023-02-15 Thread via GitHub
wu-sheng closed pull request #284: Bump django from 3.2.8 to 3.2.18 URL: https://github.com/apache/skywalking-python/pull/284 -- 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.

[skywalking] branch master updated: Sync UI and add docs for Widget Static Link feature (#10394)

2023-02-15 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking.git The following commit(s) were added to refs/heads/master by this push: new b6944ae28f Sync UI and add docs for Widget

[GitHub] [skywalking] wu-sheng merged pull request #10394: Sync UI and add docs for Widget Static Link feature

2023-02-15 Thread via GitHub
wu-sheng merged PR #10394: URL: https://github.com/apache/skywalking/pull/10394 -- 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:

[GitHub] [skywalking-python] dependabot[bot] opened a new pull request, #284: Bump django from 3.2.8 to 3.2.18

2023-02-15 Thread via GitHub
dependabot[bot] opened a new pull request, #284: URL: https://github.com/apache/skywalking-python/pull/284 Bumps [django](https://github.com/django/django) from 3.2.8 to 3.2.18. Commits https://github.com/django/django/commit/722e9f8a38f5b34f2423059a75f8a59bb8eb931a;>722e9f8

[skywalking-python] branch dependabot/pip/django-3.2.18 created (now f9ea825)

2023-02-15 Thread github-bot
This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/pip/django-3.2.18 in repository https://gitbox.apache.org/repos/asf/skywalking-python.git at f9ea825 Bump django from 3.2.8 to 3.2.18 No new revisions were added by this

[GitHub] [skywalking] mikechengwei commented on pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
mikechengwei commented on PR #10298: URL: https://github.com/apache/skywalking/pull/10298#issuecomment-1431997218 > Tests passed. @mikechengwei Please finish UI side pull request. > > @wankai123 PTAL okk, thanks for a lot. -- This is an automated message from the Apache Git

[GitHub] [skywalking] wu-sheng opened a new pull request, #10394: Sync UI and add docs for Widget Static Link feature

2023-02-15 Thread via GitHub
wu-sheng opened a new pull request, #10394: URL: https://github.com/apache/skywalking/pull/10394 - [ ] If this pull request closes/resolves/fixes an existing issue, replace the issue number. Closes #. - [x] Update the [`CHANGES`

[skywalking] branch sync created (now 548f08d992)

2023-02-15 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a change to branch sync in repository https://gitbox.apache.org/repos/asf/skywalking.git at 548f08d992 Sync UI and add docs for Widget Static Link feature This branch includes the following new commits:

[skywalking] 01/01: Sync UI and add docs for Widget Static Link feature

2023-02-15 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch sync in repository https://gitbox.apache.org/repos/asf/skywalking.git commit 548f08d992758dcc3fd1651c364151ef3774fdfb Author: Wu Sheng AuthorDate: Thu Feb 16 00:07:21 2023 +0800 Sync UI

[skywalking] branch master updated: feature: windows monitoring (#10298)

2023-02-15 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/skywalking.git The following commit(s) were added to refs/heads/master by this push: new 574b83f095 feature: windows monitoring

[GitHub] [skywalking] wu-sheng closed issue #10242: Windows Monitoring

2023-02-15 Thread via GitHub
wu-sheng closed issue #10242: Windows Monitoring URL: https://github.com/apache/skywalking/issues/10242 -- 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:

[GitHub] [skywalking] wu-sheng merged pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
wu-sheng merged PR #10298: URL: https://github.com/apache/skywalking/pull/10298 -- 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:

[GitHub] [skywalking] wu-sheng commented on pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
wu-sheng commented on PR #10298: URL: https://github.com/apache/skywalking/pull/10298#issuecomment-1431499657 Tests passed. @mikechengwei Please finish UI side pull request. @wankai123 PTAL -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [skywalking] kezhenxu94 commented on pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
kezhenxu94 commented on PR #10298: URL: https://github.com/apache/skywalking/pull/10298#issuecomment-1431466952 > Your first PR of this repo needs to wait for maintainer's approval, FYI, asf infra will start to set a new policy to require maintainers' approval to run CI for PRs from

[GitHub] [skywalking] wu-sheng commented on pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
wu-sheng commented on PR #10298: URL: https://github.com/apache/skywalking/pull/10298#issuecomment-1431457727 I just reopen it to trigger the task. Your first PR of this repo needs to wait for maintainer's approval, but you submit two commits too quickly, which triggered an unknown bug of

[GitHub] [skywalking] wu-sheng closed pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
wu-sheng closed pull request #10298: feature: windows monitoring URL: https://github.com/apache/skywalking/pull/10298 -- 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

[GitHub] [skywalking] mikechengwei commented on pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
mikechengwei commented on PR #10298: URL: https://github.com/apache/skywalking/pull/10298#issuecomment-1431437974 @wu-sheng Hi, how to trigger e2e test? -- 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

[GitHub] [skywalking] wu-sheng closed issue #10393: [Bug]

2023-02-15 Thread via GitHub
wu-sheng closed issue #10393: [Bug] URL: https://github.com/apache/skywalking/issues/10393 -- 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:

[GitHub] [skywalking] wu-sheng commented on issue #10393: [Bug]

2023-02-15 Thread via GitHub
wu-sheng commented on issue #10393: URL: https://github.com/apache/skywalking/issues/10393#issuecomment-1431365432 8.3.0 release is very old. Choose latest, and we have provided plugin test case. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [skywalking] 18600454482 opened a new issue, #10393: [Bug]

2023-02-15 Thread via GitHub
18600454482 opened a new issue, #10393: URL: https://github.com/apache/skywalking/issues/10393 ### 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

[GitHub] [skywalking] wankai123 commented on a diff in pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
wankai123 commented on code in PR #10298: URL: https://github.com/apache/skywalking/pull/10298#discussion_r1106866885 ## test/e2e-v2/cases/win/e2e.yaml: ## @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements.

[GitHub] [skywalking] mikechengwei commented on a diff in pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
mikechengwei commented on code in PR #10298: URL: https://github.com/apache/skywalking/pull/10298#discussion_r1106855810 ## test/e2e-v2/cases/win/e2e.yaml: ## @@ -25,8 +25,8 @@ setup: command: export PATH=/tmp/skywalking-infra-e2e/bin:$PATH - name: install yq

[GitHub] [skywalking] mikechengwei commented on a diff in pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
mikechengwei commented on code in PR #10298: URL: https://github.com/apache/skywalking/pull/10298#discussion_r1106855459 ## test/e2e-v2/cases/win/e2e.yaml: ## @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license

[GitHub] [skywalking] mikechengwei commented on a diff in pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
mikechengwei commented on code in PR #10298: URL: https://github.com/apache/skywalking/pull/10298#discussion_r1106853067 ## docs/en/setup/backend/backend-win-monitoring.md: ## @@ -0,0 +1,34 @@ +# Windows Monitoring +SkyWalking leverages Prometheus windows_exporter to collect

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
wu-sheng commented on code in PR #10298: URL: https://github.com/apache/skywalking/pull/10298#discussion_r1106846723 ## docs/en/setup/backend/backend-win-monitoring.md: ## @@ -0,0 +1,34 @@ +# Windows Monitoring +SkyWalking leverages Prometheus windows_exporter to collect

[GitHub] [skywalking] wu-sheng commented on a diff in pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
wu-sheng commented on code in PR #10298: URL: https://github.com/apache/skywalking/pull/10298#discussion_r1106845210 ## test/e2e-v2/cases/win/e2e.yaml: ## @@ -0,0 +1,44 @@ +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements.

[GitHub] [skywalking] wankai123 commented on a diff in pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
wankai123 commented on code in PR #10298: URL: https://github.com/apache/skywalking/pull/10298#discussion_r1106844950 ## test/e2e-v2/cases/win/e2e.yaml: ## @@ -25,8 +25,8 @@ setup: command: export PATH=/tmp/skywalking-infra-e2e/bin:$PATH - name: install yq

[GitHub] [skywalking] mikechengwei commented on pull request #10298: feature: windows monitoring

2023-02-15 Thread via GitHub
mikechengwei commented on PR #10298: URL: https://github.com/apache/skywalking/pull/10298#issuecomment-1430975010 > The tests fail due to the expected data not match your mock data. Try it on a Mac or Linux. It is easy to run. I have solved ci problem and commit new code. -- This

[skywalking-java] branch main updated: Fix gRPC plugin not working for server side in some case (#457)

2023-02-15 Thread wusheng
This is an automated email from the ASF dual-hosted git repository. wusheng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/skywalking-java.git The following commit(s) were added to refs/heads/main by this push: new 6b35f06d15 Fix gRPC plugin not working

[GitHub] [skywalking-java] wu-sheng merged pull request #457: Fix gRPC plugin not working for server side in some case

2023-02-15 Thread via GitHub
wu-sheng merged PR #457: URL: https://github.com/apache/skywalking-java/pull/457 -- 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: