You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2023/01/20 03:27:02 UTC

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

kezhenxu94 commented on PR #10298:
URL: https://github.com/apache/skywalking/pull/10298#issuecomment-1397881095

   > You could use a window server for CI.
   > 
   > https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
   > 
   > @kezhenxu94 Does our e2e support Windows?
   
   I don't see any need to run the e2e on Windows, just refer to the existing e2e for Linux monitoring
   
   https://github.com/apache/skywalking/blob/263c2b442c8b9318d839d868b503bc61c8ed6eb7/test/e2e-v2/cases/vm/prometheus-node-exporter/Dockerfile.nodeExporter#L16-L21
   
   and replace the base Docker image with a [Windows one](https://mcr.microsoft.com/en-us/product/windows/tags), replace the exporter to a [Windows exporter](https://github.com/prometheus-community/windows_exporter/releases/download/v0.20.0/windows_exporter-0.20.0-386.exe)
   
   In short, you can run the Windows system in a Docker container and monitor that system inside the container, no need to run the e2e on a real Windows system


-- 
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-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org