Paulo Janotti
Paulo Janotti
@dmitryax ops, I guess a ran the local tests on the wrong terminal 🤦🏼♂️ ... anyway, the only way to get the correct number of failures is either to have...
On the contrib repo the `scoped-test` action is preventing the merge of broken Windows tests. Many of the flaky tests that fail on Windows are actually concurrency issues that are...
SIG: @lachmatt will look into the instrumentation/SDK and also at the possibility of creating another log level "log everything" on auto-instrumentation side.
A somewhat impractical workaround would be to remove ```json { "name": "Microsoft.AspNetCore.App", "version": "9.0.0" } ``` from the `frameworks` property on the generated `*.runtimeconfig.json` file. The `FrameworkReference` is coming via...
Confirmed that adding `PrivateAssets="all"` to the `FrameworkReference` than the application doesn't get `Microsoft.AspNetCore.App` added to the `*.runtimeconfig.json` file. If this was to be the fix we would have to add...
Per SIG meeting: let's try to see if it is possible to repackage the assemblies from `OpenTelemetry.Instrumentation.AspNetCore` while setting `PrivateAssets="all"` - there are other ideas, but, this seems the best...
SIG: on hold until we drop .NET 6.
Hi @seha512 - thanks for the logs: ```terminal MSI (s) (74:E8) [11:27:01:144]: Executing op: ServiceInstall(Name=otelcol-contrib,DisplayName=OpenTelemetry Collector,ImagePath="c:\Program Files\OpenTelemetry Collector\otelcol-contrib.exe" --config "c:\Program Files\OpenTelemetry Collector\config.yaml",ServiceType=16,StartType=2,ErrorControl=32769,,Dependencies=[~],,StartName=LocalSystem,Password=**********,Description=Collects, processes, and exports telemetry from various configurable sources.,,)...
You should be able to do what you described above by keeping the current product naming https://github.com/open-telemetry/opentelemetry-collector-releases/blob/87dcfbaa80b1061a185dc41bbcc6ee2d603669d9/distributions/otelcol-contrib/windows-installer.wxs#L3 but changing https://github.com/open-telemetry/opentelemetry-collector-releases/blob/87dcfbaa80b1061a185dc41bbcc6ee2d603669d9/distributions/otelcol-contrib/windows-installer.wxs#L6 to be built using `{{ .RawVersion }}.0` or leverage the...
Sounds good to me @douglascamata