将 OTEL 代理作为 Windows 服务运行不起作用
想要将 Otel collecor 代理作为 Windows 服务运行。因此,下载最新的 Windows 发布包并运行以下命令来创建服务并启动服务。 sc.exe create otelcol displayname= otelcol start= delayed-auto binPath= "C:\Users\admin\otelcol-contrib_0.94.0_windows_386\otelcol-contrib.exe --config C:\Users\admin\Core-Otel.yaml" sc.exe start otelcol 但服...