joegoldman2
joegoldman2
Considering: ```cs services.AddOpenTelemetry() .ConfigureResource(builder => { builder.AddAttributes( new List { new KeyValuePair(ResourceSemanticConventions.AttributeServiceName, "service-name"), new KeyValuePair(ResourceSemanticConventions.AttributeServiceNamespace, "ns1"), }); }) .WithLogging(null, options => { options.AddOtlpExporter(); }); ``` I'm using `WithLogging` and I...
# Issue with OpenTelemetry.ResourceDetectors.Container List of [all OpenTelemetry NuGet packages](https://www.nuget.org/profiles/OpenTelemetry) and version that you are using (e.g. `OpenTelemetry 1.3.2`): - OpenTelemetry.Exporter.OpenTelemetryProtocol 1.7.0 - OpenTelemetry.Extensions.Hosting 1.7.0 - OpenTelemetry.Instrumentation.AspNetCore 1.7.0 - OpenTelemetry.ResourceDetectors.Container...
Fixes #419. Fixes #497.
Currently, the codebase contains public members without corresponding XML comments (CS1591 warning). This issue is created to track and ensure the addition of proper documentation for these elements.
- Rename `messaging.message.payload_size_bytes` to `messaging.message.body.size`. - Set the following attributes in process activities: - `messaging.masstransit.message_id` - `messaging.message.id` - `messaging.message.conversation_id` - `messaging.masstransit.correlation_id` - `messaging.masstransit.request_id` - `messaging.masstransit.initiator_id` - `messaging.masstransit.source_address` - `messaging.masstransit.destination_address` -...
We should have the possibility to delete optional applications like: - Microsoft.ZuneMusic because applications, such as VLC, are widely used and can replace it (and already replaced it for many...
[Bloatynosy](https://github.com/builtbybel/Bloatynosy) supports it and the script can be find here: https://github.com/builtbybel/Bloatynosy/blob/main/mods/clean-up_windows.ps1
Following dotnet/sdk#37448, this PR documents the new `-f` alias for the framework option in list package command. --- #### Internal previews | 📄 File | 🔗 Preview link | |:--|:--|...
## Describe the bug I'm following this tutorial: https://learn.microsoft.com/dotnet/machine-learning/tutorials/image-classification-api-transfer-learning. The assert directory I used contains 24 images. ```cs const string AssetsRelativePath = "assets"; MLContext mlContext = new MLContext(); IEnumerable images...
`CosmosDbHealthCheckOptions` => `AzureCosmosDbHealthCheckOptions`.