We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327186e commit 97cb392Copy full SHA for 97cb392
src/OpenTelemetry.Resources.Host/HostDetector.cs
@@ -120,7 +120,7 @@ public Resource Detect()
120
}
121
122
#if !NETFRAMEWORK
123
- var arch = MapArchitectureToOtel(RuntimeInformation.ProcessArchitecture);
+ var arch = MapArchitectureToOtel(RuntimeInformation.OSArchitecture);
124
if (arch != null)
125
{
126
attributes.Add(new(HostSemanticConventions.AttributeHostArch, arch));
0 commit comments