Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Switching to OSArchitecture
  • Loading branch information
Kielek committed Oct 2, 2025
commit 97cb392acd09104907535951fdfaba110f27ab48
2 changes: 1 addition & 1 deletion src/OpenTelemetry.Resources.Host/HostDetector.cs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ public Resource Detect()
}

#if !NETFRAMEWORK
var arch = MapArchitectureToOtel(RuntimeInformation.ProcessArchitecture);
var arch = MapArchitectureToOtel(RuntimeInformation.OSArchitecture);
if (arch != null)
{
attributes.Add(new(HostSemanticConventions.AttributeHostArch, arch));
Expand Down