You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2021. It is now read-only.
When building a Windows binary (either directly on Windows or cross-compiling to Windows), the resulting executable cannot be run as a Windows service. The service start request simply times out. This because the generated main.go file doesn't check whether the service is running interactively or not. The main.go files in the open-telemetry/opentelemetry-collector-contrib repository do check for this and can run correctly as a Windows service.
The text was updated successfully, but these errors were encountered:
When building a Windows binary (either directly on Windows or cross-compiling to Windows), the resulting executable cannot be run as a Windows service. The service start request simply times out. This because the generated
main.go
file doesn't check whether the service is running interactively or not. Themain.go
files in the open-telemetry/opentelemetry-collector-contrib repository do check for this and can run correctly as a Windows service.The text was updated successfully, but these errors were encountered: